| | |
| | | </view> |
| | | <view class="num-input" |
| | | v-if='roleType===4&&!flag'> |
| | | <u--input placeholder="请输入通知数量" |
| | | <u-input placeholder="请输入通知数量" |
| | | border="bottom" |
| | | clearable |
| | | v-model="item.num"></u--input> |
| | | style="width: 70%;" |
| | | v-model="item.num"> |
| | | <template slot="suffix"> |
| | | <text class="inp-unit">{{ item.numUnit}}</text> |
| | | </template> |
| | | </u-input> |
| | | </view> |
| | | <view class="num-show" |
| | | v-else-if="flag"> |
| | | {{item.num}} |
| | | {{item.num + item.numUnit}} |
| | | </view> |
| | | </view> |
| | | <view class="notice-num"> |
| | |
| | | <view class="num-input" |
| | | v-if='roleType===4&&!flag' |
| | | > |
| | | <u--input placeholder="请输入通知重量" |
| | | <u-input placeholder="请输入通知重量" |
| | | border="bottom" |
| | | clearable |
| | | v-model="item.weight1"></u--input> |
| | | style="width: 70%;" |
| | | v-model="item.weight1"> |
| | | <template slot="suffix"> |
| | | <text class="inp-unit">{{ item.weightUnit }}</text> |
| | | </template> |
| | | </u-input> |
| | | </view> |
| | | <view class="num-show" |
| | | v-else-if="flag"> |
| | | {{item.weight1}} |
| | | {{item.weight1 + item.weightUnit }} |
| | | </view> |
| | | </view> |
| | | <!-- 新增扣罚种类、 扣罚金额,不合格判定种类--> |
| | |
| | | <view class="notice-num" v-if="item.penaltyType == '其他扣罚'" > |
| | | <view class="num-text" |
| | | style="margin-left: 10rpx;"> |
| | | <u--text text="不合格判定种类" |
| | | <u--text text="不合格判定" |
| | | size='32'></u--text> |
| | | </view> |
| | | <view class="num-radio" |
| | |
| | | </view> |
| | | <view class="num-show" |
| | | v-else-if="flag"> |
| | | {{item.unqualifiedType}} |
| | | <text> {{item.unqualifiedType == 1 ? '长度扣罚' : item.unqualifiedType == 2 ? '厚度扣罚' :item.unqualifiedType == 3 ? '密闭器' : null }} </text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | this.showWeigh[this.goodsIndex].breed = val.breed |
| | | this.showWeigh[this.goodsIndex].spec = val.spec |
| | | this.showWeigh[this.goodsIndex].weightUnit = val.weightUnit |
| | | this.showWeigh[this.goodsIndex].weight1 = val.weight; |
| | | }, |
| | | // 品名与规格 |
| | | productNamePopoverShow(index) { |
| | |
| | | .num-input { |
| | | width: 60%; |
| | | border-bottom: 1px solid rgb(218, 219, 222); |
| | | position: relative; |
| | | } |
| | | .num-radio{ |
| | | width: 60%; |