|
|
@@ -409,7 +409,7 @@
|
|
|
/* 刷新表格 */
|
|
|
reload(where) {
|
|
|
this.$refs.table.reload({ page: 1, where });
|
|
|
- this.$emit('getToDoReminder')
|
|
|
+ this.$emit('getToDoReminder');
|
|
|
},
|
|
|
|
|
|
//新增编辑
|
|
|
@@ -477,12 +477,6 @@
|
|
|
? '受托收货退货'
|
|
|
: '销售订单退货'
|
|
|
}
|
|
|
- // callBackMethodType : '1',
|
|
|
- // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
|
|
|
- // pcHandle : '/bpm/handleTask/components/project-manage/plan-manage/submit.vue',
|
|
|
- // pcView : '/bpm/handleTask/components/project-manage/plan-manage/detailDialog.vue',
|
|
|
- // miniHandle : '',
|
|
|
- // miniView : '',
|
|
|
};
|
|
|
|
|
|
this.$refs.processSubmitDialogRef.init(params);
|
|
|
@@ -507,7 +501,7 @@
|
|
|
});
|
|
|
},
|
|
|
//查看详情
|
|
|
- openorderDetail(row, type,index) {
|
|
|
+ openorderDetail(row, type, index) {
|
|
|
if (type === 'returnNo') {
|
|
|
this.$refs.DetailDialogRef.open(row);
|
|
|
}
|