|
@@ -11,7 +11,7 @@
|
|
|
{{ item.lotCode }}{{ item.isLast == 1 ? ' (尾批)': '' }}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="inpAndScan ">
|
|
|
+ <view class="inpAndScan">
|
|
|
<uni-easyinput v-if="batchNoList.length > 0" class="inp" suffixIcon="checkmarkempty"
|
|
|
v-model="inpValue" placeholder="可手动修正批次" @iconClick="iconClick"></uni-easyinput>
|
|
|
<view class="uni-row" style="justify-content: space-between;">
|