Browse Source

完善厂家采购

master
yunuo970428 3 years ago
parent
commit
6e005d3629
  1. 2
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue

2
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue

@ -319,7 +319,7 @@ export default {
this.formobj = data
this.formobj.instanceId = data.procInstId
if (this.formobj.busVehicleApplyDetailList.length > 0) {
req.selectNameByOrg({ modelSid: this.formobj.busVehicleApplyDetailList[0].modelSid }).then((res) => {
req.selectNameByOrg({ modelSid: this.formobj.busVehicleApplyDetailList[0].vehicleSid }).then((res) => {
if (res.success) {
this.actualPay_list = res.data
}

2
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue

@ -301,7 +301,7 @@ export default {
this.formobj = data
this.formobj.instanceId = data.procInstId
if (this.formobj.busVehicleApplyDetailList.length > 0) {
req.selectNameByOrg({ modelSid: this.formobj.busVehicleApplyDetailList[0].modelSid }).then((res) => {
req.selectNameByOrg({ modelSid: this.formobj.busVehicleApplyDetailList[0].vehicleSid }).then((res) => {
if (res.success) {
this.actualPay_list = res.data
}

Loading…
Cancel
Save