Commit cb24aad4 by LJM

PDD端理货记录:已理货数据筛选错误

parent 134d7614
Showing with 4 additions and 14 deletions
......@@ -214,19 +214,7 @@
}, {
"path": "pages/stockRecheck/index",
"style": {
"navigationBarTitleText": "复核",
"app-plus": {
"titleNView": {
"buttons": [{
"index": "0",
"text": "打印快递单",
"fontSize": "15px",
"color": "#1969F9",
"float": "right",
"width": "120px"
}]
}
}
"navigationBarTitleText": "复核"
}
}, {
"path": "pages/stockRecheck/sort",
......
......@@ -107,7 +107,7 @@
</view>
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">客户:</text>
<text class="text" style="font-weight: bold;">{{ detail.customer_name }}</text>
<text class="text" style="font-weight: bold;max-width: 491rpx;">{{ detail.customer_name }}</text>
</view>
</view>
<view class="form-input">
......@@ -543,6 +543,7 @@ export default {
}
if (this.detail.stock_in_type == 4) {
if (!this.formParams.coo) {
uni.showModal({
itle: '提示',
content: '请填写产地',
......@@ -550,6 +551,7 @@ export default {
});
return false;
}
}
var wait_tally_qty = Number(this.detail.wait_tally_qty);
......
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