Browse Source

2026-04-15

优化
master
fengyuan_yang 3 days ago
parent
commit
f6f774cbf4
  1. 3
      src/views/modules/production/productionApplicationReturnStorage.vue

3
src/views/modules/production/productionApplicationReturnStorage.vue

@ -341,7 +341,8 @@ export default {
site: this.materialInfo.site, site: this.materialInfo.site,
buNo: this.materialInfo.buNo, buNo: this.materialInfo.buNo,
inboundNo: this.materialInfo.transactionId, inboundNo: this.materialInfo.transactionId,
locationCode: this.locationCode.trim()
locationCode: this.locationCode.trim(),
actionType: '申请单退仓'
}; };
confirmReturnStorage(params).then(({ data }) => { confirmReturnStorage(params).then(({ data }) => {
if (data && data.code === 0) { if (data && data.code === 0) {

Loading…
Cancel
Save