Commit ca6ea190 by LJM

bug

parent da27c350
......@@ -39,6 +39,10 @@
<text class="label">物流单号:</text>
<text class="t1">{{ item.tracking_no }}</text>
</view>
<view class="text-item row verCenter">
<text class="label">采购员:</text>
<text class="t1">{{ item.stock_in_items[0].purchase_user }}</text>
</view>
<view class="bor row"></view>
<view class="text-item row verCenter">
<text class="label">入仓号:</text>
......
......@@ -115,12 +115,6 @@ export default {
this.input_flag = true;
} else if (type == 2) {
this.input_flag_num = true;
let num = Number(val);
if (num > 100) {
this.formParams.tally_qty = 100;
} else {
this.formParams.tally_qty = val;
}
}
} else {
if (type == 1) {
......
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 sign in to comment