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",
"style": {
"navigationBarTitleText": "空器具库移",
"navigationBarTitleText": "接收空器具",
"enablePullDownRefresh": true
}
},
{
"path": "pages/container/containerMoveDetail",
"style": {
"navigationBarTitleText": "空器具库移详情",
"navigationBarTitleText": "接收空器具详情",
"enablePullDownRefresh": true
}
}

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

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

Loading…
Cancel
Save