| | |
| | | </u--list> |
| | | <!-- 增加不合格规矩 --> |
| | | |
| | | <button class="addBtn" type="primary" :plain="false" @click="addUnqualified(i)">添加不合格品类</button> |
| | | <button class="addBtn" v-if="isShow(item) && isYanz()" type="primary" :plain="false" @click="addUnqualified(i)">添加不合格品类</button> |
| | | <!-- 物资明细 --> |
| | | <u-action-sheet :actions="goodsList" |
| | | :show="goodsShow" |
| | |
| | | params.remarks = this.remarks; |
| | | this.showWeigh = this.showWeigh.map((v, i) => { |
| | | if(!v.penaltyType) { |
| | | v.penaltyAmount = ''; |
| | | v.unqualifiedType = ''; |
| | | } |
| | | if(this.globalShowWeigh[i].unqualifiedWeights){ |