|
@ -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; |
|
|
}, |
|
|
}, |
|
|