|
|
|
@ -229,7 +229,8 @@ export default {
|
|
|
|
|
audtoPlan: false,
|
|
|
|
|
targetSubInv:null,
|
|
|
|
|
createTime: "",
|
|
|
|
|
approvalFlowId: ""
|
|
|
|
|
approvalFlowId: "",
|
|
|
|
|
productType:null
|
|
|
|
|
},
|
|
|
|
|
targetSubInvList: [],
|
|
|
|
|
formRules: {},
|
|
|
|
@ -345,6 +346,8 @@ export default {
|
|
|
|
|
submitFunction(status) {
|
|
|
|
|
// this.loading = true;
|
|
|
|
|
this.formData.status = status;
|
|
|
|
|
this.formData.productType = 1;
|
|
|
|
|
console.log('productType', this.formData.productType)
|
|
|
|
|
auditOrder(this.formData)//更新方法接口路径
|
|
|
|
|
.then(response => {
|
|
|
|
|
if (status == '3'){
|
|
|
|
|