|
|
@@ -435,22 +435,12 @@
|
|
|
businessName: res.contactName,
|
|
|
businessType: '发货确认单'
|
|
|
}
|
|
|
- // 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);
|
|
|
});
|
|
|
- // submit({
|
|
|
- // businessId: res.id
|
|
|
- // }).then((res) => {
|
|
|
- // this.$message.success('提交成功!');
|
|
|
- // this.reload();
|
|
|
- // });
|
|
|
+
|
|
|
},
|
|
|
//查看详情
|
|
|
openorderDetail(row, type) {
|