| | |
| | | </view> |
| | | </u-modal> |
| | | <u-modal :show="showConfim" @confirm="confirmEnter" :showCancelButton="true" @cancel="showConfim = false" ref="uModal" :asyncClose="true"> |
| | | <!-- <view> <u--textarea v-model="remarkContent" placeholder="请输入内容" ></u--textarea></view> --> |
| | | <view> 是否确定一键装卸?</view> |
| | | </u-modal> |
| | | <!-- 仓库 --> |
| | | <!-- <u-action-sheet :actions="secondClassActionsList" |
| | |
| | | if(this.isNumOk){ |
| | | let tempArr = []; |
| | | this.subDataList.forEach(item=>{ |
| | | tempArr.push(item.productId + ':' + item.quant); |
| | | tempArr.push(item.productId + ':' + item.surplusQuant); |
| | | this.isWeighing = item.isWeight; |
| | | this.orderType = item.orderType; |
| | | }) |