diff --git a/pages/ftdlDTY/man-load-goods.vue b/pages/ftdlDTY/man-load-goods.vue index 6358fa3..e886801 100644 --- a/pages/ftdlDTY/man-load-goods.vue +++ b/pages/ftdlDTY/man-load-goods.vue @@ -216,12 +216,10 @@ toAdd () { let currObj = { mid: 'mid_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9), - container_code: '', + device_code: '', + doff_code: '', material_code: '0001542', - material_name: 'ET02560/T (1250X1000)', - pscn: '', - qty: '1', - measure_unit_id: '单位' + material_name: 'ET02560/T (1250X1000)' } this.dataList.push(currObj) },