| | |
| | | borderBottom |
| | | required v-if="daydata.isWeighing==1"> |
| | | <u--input v-model="skin" |
| | | border="surround" |
| | | placeholder="请输入皮重" |
| | | clearable></u--input> |
| | | </u-form-item> |
| | |
| | | borderBottom |
| | | required v-if="daydata.isWeighing==1"> |
| | | <u--input v-model="hair" |
| | | border="surround" |
| | | placeholder="请输入毛重" |
| | | clearable></u--input> |
| | | </u-form-item> |
| | |
| | | borderBottom |
| | | required v-if="daydata.isWeighing==1"> |
| | | <u--input v-model="clean" |
| | | border="surround" |
| | | placeholder="请输入净重" |
| | | clearable></u--input> |
| | | </u-form-item> |
| | |
| | | </uni-table> |
| | | <u-form-item prop='contactPicture'> |
| | | <view class="label-text"> |
| | | <text style="color: #f56c6c;">*</text>原发磅单 |
| | | <text style="color: #f56c6c;">*</text>原发单据 |
| | | </view> |
| | | <u-upload :fileList="fileList1" |
| | | @afterRead="afterRead" |
| | |
| | | <view class="fourth"> |
| | | <view class="fourth-icon"> |
| | | <view |
| | | style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover"> |
| | | style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover"> |
| | | </view> |
| | | </view> |
| | | <view class="senddate">{{ daydata.sendDate }}</view> |
| | |
| | | <view class="fourth"> |
| | | <view class="fourth-icon"> |
| | | <view |
| | | style="width: 26rpx;height: 26rpx;line-height: 26rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/carnNUm.png') no-repeat;background-size: cover;"> |
| | | style="width: 26rpx;height: 26rpx;line-height: 26rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/carnNUm.png') no-repeat;background-size: cover;"> |
| | | </view> |
| | | </view> |
| | | <view class="senddate">{{ daydata.orderCode }}</view> |
| | |
| | | }, |
| | | methods: { |
| | | ...mapMutations(['changeisUploadimg']), |
| | | // input聚焦 |
| | | inputFocus(v) { |
| | | if (v == 1) { |
| | | this.isfocus1 = true; |
| | | } else { |
| | | this.isfocus2 = true; |
| | | } |
| | | }, |
| | | // input失焦 |
| | | inputBlur() { |
| | | this.isfocus1 = false; |
| | | this.isfocus2 = false; |
| | | }, |
| | | inputChange() { |
| | | if (Number(this.originInfoForm.coalContactHair) > 0 && Number(this.originInfoForm.coalContactSkin > |
| | | 0)) { |
| | | this.isInputOrigin = true; |
| | | } |
| | | }, |
| | | deletePic(event) { |
| | | this.changeisUploadimg(true); |
| | | this[`fileList${event.name}`].splice(event.index, 1); |
| | |
| | | }) |
| | | }else{ |
| | | let numDtoList=this.tmTaskCoalList.map(item=>{ |
| | | return {tmId:item.id,num:item.productQuantity,coalName:item.coalName} |
| | | return {tmId:item.productId,num:item.productQuantity,coalName:item.coalName} |
| | | }) |
| | | this.$reqPost('saveMyDelivery',{ |
| | | productName:this.daydata.productName, |