|
|
@@ -83,8 +83,7 @@
|
|
|
@focus="scanType=4"
|
|
|
>
|
|
|
<template #action>
|
|
|
- <div style="display: flex; align-items: center;flex-direction: column;margin-left: 20px"
|
|
|
- v-if="asnInfo.asnNo">
|
|
|
+ <div style="display: flex; align-items: center;flex-direction: column;margin-left: 20px" v-if="asnInfo.asnNo">
|
|
|
<div style="height: 20px;font-size: 12px">已收/预计</div>
|
|
|
<div style="font-size: 16px;font-weight: bold">{{ asnInfo.receivedQuantity}}/{{ asnInfo.expectedQuantity }}
|
|
|
</div>
|
|
|
@@ -288,6 +287,7 @@ const setBarcode = (code, type) => {
|
|
|
taskInfo.value=res.data
|
|
|
taskNo.value=code
|
|
|
}
|
|
|
+ scanType.value=2
|
|
|
uniqueCodeList.value=[]
|
|
|
scanSuccess()
|
|
|
}).catch(err=>{
|