Commit 49e488ee by wuqian

Us补充

parent 72626d4d
...@@ -365,14 +365,10 @@ watch(visible, async (value: boolean) => { ...@@ -365,14 +365,10 @@ watch(visible, async (value: boolean) => {
warehouseId.value = locaclWarehouseId warehouseId.value = locaclWarehouseId
? JSON.parse(locaclWarehouseId) ? JSON.parse(locaclWarehouseId)
: props.warehouseList[0].id : props.warehouseList[0].id
_warehouseId.value = locaclWarehouseId _warehouseId.value = locaclWarehouseId
? JSON.parse(locaclWarehouseId) ? JSON.parse(locaclWarehouseId)
: props.warehouseList[0].id : props.warehouseList[0].id
_warehouseId.value = locaclWarehouseId
? JSON.parse(locaclWarehouseId)
: props.warehouseList[0].id
if (userStore.user?.factory.id) { if (userStore.user?.factory.id) {
try { try {
await socket.init( await socket.init(
......
...@@ -2136,7 +2136,6 @@ ...@@ -2136,7 +2136,6 @@
v-model="podOrderVisible" v-model="podOrderVisible"
:print-order="printOrder" :print-order="printOrder"
:warehouse-list="warehouseList" :warehouse-list="warehouseList"
:is-cn="false"
@set-printer="handlePrinterChange" @set-printer="handlePrinterChange"
@set-warehouse-id="handleWarehouseIdChange" @set-warehouse-id="handleWarehouseIdChange"
@refresh="onFastRefresh" @refresh="onFastRefresh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment