| | |
| | | </view> |
| | | <view class="fifth-line"> |
| | | <view class="button-img" |
| | | v-if="item.isDanger === 1" |
| | | v-if="item.isDanger === 1 && !item.idCardEscort" |
| | | @click.stop="cancelCerifCate(item)"> |
| | | 道路运输证 |
| | | </view> |
| | |
| | | .then(res => { |
| | | if (res.code == 0) { |
| | | this.$u.toast('添加成功'); |
| | | this.qiangDanList(); |
| | | this.show=false |
| | | } else { |
| | | this.$u.toast(res.msg ? res.msg : '添加失败'); |
| | |
| | | uni.setStorageSync('isNeedOrigin', value.orderType === '外购' && value.isSpecial === 1 ? 1 : 0); |
| | | //判断是不是集装箱 是否需要输入 |
| | | this.activeObj = value; |
| | | console.log(value,'123') |
| | | if(value.isDanger === 1){ |
| | | if(!value.idCardEscort){ |
| | | this.$u.toast('请选择道路运输证司机!'); |
| | | this.cancelCerifCate(value); |
| | | return |
| | | } |
| | | } |
| | | if(value.isContainerNum){ |
| | | this.enterCode = true; |
| | | }else{ |