|
@@ -22,10 +22,10 @@
|
|
|
<input class="uni-input" ref="trayCodeInput" auto-focus="true" placeholder="请扫描托盘码"
|
|
<input class="uni-input" ref="trayCodeInput" auto-focus="true" placeholder="请扫描托盘码"
|
|
|
v-model="container_code" @input="handleTrayCodeInput" style="font-weight: bold;" />
|
|
v-model="container_code" @input="handleTrayCodeInput" style="font-weight: bold;" />
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- 新增的明细单号输入框 -->
|
|
|
|
|
|
|
+ <!-- 新增的到货单编号输入框 -->
|
|
|
<view class="uni-input-wrapper" style="margin: 5px auto;">
|
|
<view class="uni-input-wrapper" style="margin: 5px auto;">
|
|
|
- <text class="uni-form-item__title" style="width: 25%;">明细单号</text>
|
|
|
|
|
- <input class="uni-input" ref="receiptCodeInput" placeholder="请扫描明细单号" v-model="number"
|
|
|
|
|
|
|
+ <text class="uni-form-item__title" style="width: 25%;">到货单编号</text>
|
|
|
|
|
+ <input class="uni-input" ref="receiptCodeInput" placeholder="请扫描到货单编号" v-model="number"
|
|
|
@input="handleReceiptCodeInput" style="font-weight: bold;" />
|
|
@input="handleReceiptCodeInput" style="font-weight: bold;" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="uni-input-wrapper" style="margin: 5px auto;">
|
|
<view class="uni-input-wrapper" style="margin: 5px auto;">
|