Browse Source

原料直发添加客户代码

dev_pda
李俊城 2 years ago
parent
commit
9e01ab5c86
  1. 3
      fe/PDA/pages/store/deliverRaw.vue

3
fe/PDA/pages/store/deliverRaw.vue

@ -407,9 +407,10 @@
title: "提交中....", title: "提交中....",
mask: true mask: true
}); });
let item = { let item = {
customerCode: that.customerAddress.customerCode, customerCode: that.customerAddress.customerCode,
customerAddressCode: that.customerAddress.customerAddressCode, customerAddressCode: that.customerAddressCode,
deliverTime: getISODateTime(), deliverTime: getISODateTime(),
deliverRequestType: 3, deliverRequestType: 3,
// toLocationCode: that.toLocation.code, // toLocationCode: that.toLocation.code,

Loading…
Cancel
Save