人工放货

This commit is contained in:
2026-01-15 15:39:09 +08:00
parent 9e833abace
commit 212f453325

View File

@@ -216,12 +216,10 @@
toAdd () { toAdd () {
let currObj = { let currObj = {
mid: 'mid_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9), mid: 'mid_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9),
container_code: '', device_code: '',
doff_code: '',
material_code: '0001542', material_code: '0001542',
material_name: 'ET02560/T (1250X1000)', material_name: 'ET02560/T (1250X1000)'
pscn: '',
qty: '1',
measure_unit_id: '单位'
} }
this.dataList.push(currObj) this.dataList.push(currObj)
}, },