Commit 9b4c49cb by LJM

add

parent 6d3b5244
Showing with 4 additions and 4 deletions
......@@ -52,7 +52,7 @@
<text class="label">来货物流:</text>
<view class="tt">
{{ item.from_shipping_name }}
<text v-if="from_shipping_name"></text>
<text v-if="item.from_shipping_name"></text>
{{item.from_shipment_number}}
</view>
</view>
......@@ -60,7 +60,7 @@
<text class="label">寄出物流:</text>
<view class="text">
{{ item.to_shipping_name }}
<text v-if="to_shipping_name"></text>
<text v-if="item.to_shipping_name"></text>
{{item.to_shipment_number}}
</view>
</view>
......@@ -188,7 +188,6 @@
</template>
<view class="default row rowCenter verCenter" @click="chooseImageChange()" v-if="image_list.length < maxNum"><text class="iconfont icon-a-juxing3"></text></view>
</view>
<p style="color: red;font-size: 17rpx;margin-bottom: 10rpx;" v-if="is_watch">选中包含有采购需看货的物料,建议上传理货照片!</p>
<view class="print row verCenter" @click="toggle()">
<text class="check-box-icon" :class="{ curr: print_flag }"></text>
<text class="tt">打印预检标签</text>
......@@ -264,7 +263,6 @@
</template>
<view class="default row rowCenter verCenter" @click="chooseImageChange()" v-if="image_list.length < maxNum"><text class="iconfont icon-a-juxing3"></text></view>
</view>
<p style="color: red;font-size: 17rpx;margin-bottom: 10rpx;" v-if="is_watch">选中包含有采购需看货的物料,建议上传理货照片!</p>
<view class="print row verCenter" @click="toggle()">
<text class="check-box-icon" :class="{ curr: print_flag }"></text>
<text class="tt">打印预检标签</text>
......@@ -408,10 +406,12 @@
} else if (type == 3) {
this.status_index = e.detail.value;
this.searchParams.status = this.status[e.detail.value].value;
this.resetChange();
this.getData();
} else if (type == 4) {
this.qc_status_index = e.detail.value;
this.searchParams.qc_status = this.qc_status[e.detail.value].value;
this.resetChange();
this.getData();
}
},
......
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