Browse Source

修改器具

pda_nev
李俊城 1 year ago
parent
commit
c8a2181ab8
  1. 4
      fe/PDA/pages.json
  2. 17
      fe/PDA/pages/container/containerCall.vue

4
fe/PDA/pages.json

@ -585,14 +585,14 @@
{ {
"path": "pages/container/containerMove", "path": "pages/container/containerMove",
"style": { "style": {
"navigationBarTitleText": "空器具库移", "navigationBarTitleText": "接收空器具",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
{ {
"path": "pages/container/containerMoveDetail", "path": "pages/container/containerMoveDetail",
"style": { "style": {
"navigationBarTitleText": "空器具库移详情", "navigationBarTitleText": "接收空器具详情",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
} }

17
fe/PDA/pages/container/containerCall.vue

@ -187,25 +187,10 @@
var data = { var data = {
worker: localStorage.userName_CN == "" ? localStorage.userName : localStorage.userName_CN, worker: localStorage.userName_CN == "" ? localStorage.userName : localStorage.userName_CN,
activeDate: getISODateTime(), activeDate: getISODateTime(),
autoSubmit: true,
autoAgree: true,
autoHandle: true,
autoCompleteJob: true,
directCreateNote: true,
containerType: this.containerTypeCode, containerType: this.containerTypeCode,
specificationsType: this.containerModelCode, specificationsType: this.containerModelCode,
requestLocationCode: this.locationCode, requestLocationCode: this.locationCode,
details: [{
remark: "string",
itemCode: "string",
itemName: "string",
itemDesc1: "string",
itemDesc2: "string",
uom: "string",
qty: 0,
stdPackQty: 0,
toLocationCode: "string",
}]
} }
return data; return data;
}, },

Loading…
Cancel
Save