| | |
| | | </view> |
| | | </view> |
| | | <view class="line" v-else> |
| | | <view class="label">合同编号</view> |
| | | <view class="label">合同/单据编号</view> |
| | | <view class="value">{{param.contractNum}}</view> |
| | | </view> |
| | | <view class="line" v-if="type != 4"> |
| | |
| | | <view class="value" v-if="param.type == 3">外协车装货</view> |
| | | </view> |
| | | <view class="line" v-if="type == 4"> |
| | | <view class="label">入库类型</view> |
| | | <view class="label">作业类型</view> |
| | | <view class="value" v-if="param.inType == 0">整托盘</view> |
| | | <view class="value" v-if="param.inType == 1">件烟</view> |
| | | </view> |
| | |
| | | carCodeBack: param.carCodeBack, |
| | | arriveDate: param.date + ':59' |
| | | }).then(res =>{ |
| | | this.showToast('确认成功') |
| | | this.$goBack() |
| | | if(res && res.code == 200){ |
| | | this.showToast('确认成功') |
| | | this.$goBack() |
| | | } |
| | | }) |
| | | }, |
| | | getDetail(jobId) { |