| | |
| | | <template> |
| | | <view class="weighingDevice"> |
| | | <view class="one" |
| | | style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/weighbanner.png') no-repeat; |
| | | style="background: url('https://mr1.res.jzeg.cn:9096/appimg/image/banner/weighbanner.png') no-repeat; |
| | | background-size: cover;"> |
| | | <view class="top"> |
| | | <view class="top_left"> |
| | |
| | | <view class="weigh-item"> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/skin.png') no-repeat;background-size: cover;"> |
| | | style="background: url('https://mr1.res.jzeg.cn:9096/appimg/image/banner/skin.png') no-repeat;background-size: cover;"> |
| | | 皮</view> |
| | | <view class="num">{{ weighList.skinTwo }}</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/hair.png') no-repeat;background-size: cover;"> |
| | | style="background: url('https://mr1.res.jzeg.cn:9096/appimg/image/banner/hair.png') no-repeat;background-size: cover;"> |
| | | 毛</view> |
| | | <view class="num">{{ weighList.hairTwo }}</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clean.png') no-repeat;background-size: cover;"> |
| | | style="background: url('https://mr1.res.jzeg.cn:9096/appimg/image/banner/clean.png') no-repeat;background-size: cover;"> |
| | | 净</view> |
| | | <view class="num">{{ weighList.cleanTwo }}</view> |
| | | </view> |
| | |
| | | plain |
| | | @click="evacuation" |
| | | throttleTime="500" |
| | | :disabled='((weighList.hair ? weighList.hair : temporaryWeighObj.hair ) - (weighList.skin ? weighList.skin : temporaryWeighObj.skin) > 1)' |
| | | :loading="TwoEvacuationLoading" |
| | | v-if='weighList.skin||weighList.hair'></u-button> |
| | | v-if='(weighList.skin||weighList.hair)'></u-button> |
| | | <!-- 外销订单称皮时,返回加减吨按钮置灰。称毛时可用.外购订单,不出现返回加减吨的按钮 --> |
| | | <u-button type="primary" |
| | | text="确定称重" |
| | |
| | | <u-form-item> |
| | | <u-textarea v-model="abnormalForm.abnormalContent" |
| | | confirmType="done" |
| | | style="border: solid 1px #ccc;padding-bottom: 0;" |
| | | placeholder="请输入异常原因(字数不少于5个字)" |
| | | :height='200' |
| | | :height='180' |
| | | border="surround" |
| | | autoHeight></u-textarea> |
| | | ></u-textarea> |
| | | </u-form-item> |
| | | </u--form> |
| | | </view> |
| | |
| | | errorTipShow: false, |
| | | rules: { |
| | | abnormalContent: [{ |
| | | required: false, |
| | | required: true, |
| | | message: "请填写异常原因", |
| | | trigger: ['blur', 'change'], |
| | | type: 'string' |
| | |
| | | }, |
| | | // 提交异常原因 |
| | | abnormalConfirm() { |
| | | if(!this.abnormalForm.abnormalContent){ |
| | | this.$u.toast('请输入异常原因') |
| | | |
| | | }else{ |
| | | this.weighData.abnormalText = this.abnormalForm.abnormalContent |
| | | this.saveWeigh() |
| | | this.abnormalModalShow = false |
| | | } |
| | | |
| | | }, |
| | | skinAbnormal() { |
| | | this.$reqPost('skinAbnormal', { sceneId: this.weighData.sceneId, tmId: this.weighData.tmId }, 'params') |
| | |
| | | |
| | | .slot-content { |
| | | width: 96%; |
| | | height: 210rpx; |
| | | border-bottom: 1rpx solid rgb(220, 223, 230); |
| | | // height: 210rpx; |
| | | border: 1rpx solid rgb(220, 223, 230); |
| | | ::v-deep textarea{ |
| | | padding-bottom: 0!important; |
| | | } |
| | | } |
| | | |
| | | .table-title { |