新模板默认值
This commit is contained in:
parent
2d57cc6371
commit
0b6a3558e0
|
|
@ -307,8 +307,8 @@ const outboundNoWaitForm = reactive({
|
||||||
targetType: undefined as string | undefined, targetCode: '', targetPoint: '', businessNo: '', priority: undefined as number | undefined,
|
targetType: undefined as string | undefined, targetCode: '', targetPoint: '', businessNo: '', priority: undefined as number | undefined,
|
||||||
})
|
})
|
||||||
const outboundWaitNewForm = reactive({
|
const outboundWaitNewForm = reactive({
|
||||||
warehouse: '', containerBatch: '',
|
warehouse: 'WH01', containerBatch: '',
|
||||||
targetType: undefined as string | undefined, targetCode: '', targetPoint: '', businessNo: '', priority: undefined as number | undefined, shelfDirection: '',
|
targetType: 'STATION', targetCode: 'B4', targetPoint: '0217280SS0198585', businessNo: 'JH00001', priority: 50, shelfDirection: '',
|
||||||
})
|
})
|
||||||
const outboundNoWaitNewForm = reactive({
|
const outboundNoWaitNewForm = reactive({
|
||||||
warehouse: '', containerBatch: '',
|
warehouse: '', containerBatch: '',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue