Commit 88a62495 by liangjianmin

bug

parent af2cfaf9
Showing with 1 additions and 6 deletions
......@@ -64,7 +64,7 @@
</navigator>
</view>
<!-- 商检图片上传 -->
<view class="section" v-if="isInspOrg">
<view class="section" v-if="list.length > 0">
<view class="upload-box">
<view class="title row bothSide verCenter" v-if="goods_check_pic_list.length > 0">
<text class="tt-l">商检图片上传(仅商检必填)</text>
......@@ -268,11 +268,6 @@
this.disabled = false;
this.isInspOrg = Boolean(res.data.isInspOrg); //是否商检
this.list = res.data.entrys.filter(function(entry) {
return entry.isEntryInspOrg === true || (entry.goodsNo && entry.goodsNo.toString().startsWith('854232'));
});
// 如果主单是商检,那么默认明细里的所有都要商检
if (this.isInspOrg) {
this.list = res.data.entrys;
......
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