Commit cb24aad4 by LJM

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

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