|
|
@@ -85,8 +85,8 @@ Page({
|
|
|
buttonList: [
|
|
|
{ name: 'followUp', title: mixins.$t('follow') },
|
|
|
{ name: 'followUpTasks', title: mixins.$t('followUpTasks') },
|
|
|
- { name: 'toSelectGoods', title: mixins.$t('saleOrder') },
|
|
|
- { name: 'customerRefundList', title: mixins.$t('cusCollection') },
|
|
|
+ { name: 'orderAdd', title: mixins.$t('saleOrder') },
|
|
|
+ { name: 'cusCollection', title: mixins.$t("cusCollection"), idKey: 'cusId' },//跳转客户收款
|
|
|
],
|
|
|
|
|
|
totallength: 0, //视图下方提醒数量
|
|
|
@@ -128,16 +128,16 @@ Page({
|
|
|
buttonList = [
|
|
|
{ name: 'followUp', title: mixins.$t('follow') },
|
|
|
{ name: 'followUpTasks', title: mixins.$t('followUpTasks') },
|
|
|
- { name: 'customerRefundList', title: mixins.$t('saleOrder') },
|
|
|
- { name: 'customerRefundList', title: mixins.$t('cusCollection') },
|
|
|
+ { name: 'orderAdd', title: mixins.$t('saleOrder') },
|
|
|
+ { name: 'cusCollection', title: mixins.$t("cusCollection"), idKey: 'cusId' },//跳转客户收款
|
|
|
{ name: 'measureTo', title: mixins.$t('measuringScaleReceipt') }
|
|
|
]
|
|
|
} else {
|
|
|
buttonList = [
|
|
|
{ name: 'followUp', title: mixins.$t('follow') },
|
|
|
{ name: 'followUpTasks', title: mixins.$t('followUpTasks') },
|
|
|
- { name: 'customerRefundList', title: mixins.$t('saleOrder') },
|
|
|
- { name: 'customerRefundList', title: mixins.$t('cusCollection') },
|
|
|
+ { name: 'orderAdd', title: mixins.$t('saleOrder') },
|
|
|
+ { name: 'cusCollection', title: mixins.$t("cusCollection"), idKey: 'cusId' },//跳转客户收款
|
|
|
]
|
|
|
}
|
|
|
this.setData({
|