| | |
| | | <button class=" bg-grey" @click="do_PartClear">269位置清除扫码信息</button> |
| | | </u-form-item> |
| | | </u-col> |
| | | <u-col span="12"> |
| | | |
| | | <u-form-item label="" class="uFormItem"> |
| | | <button class=" bg-grey" @click="do_OneKeyClearUpiQueue">一键清除269位置到BZ01的板件队列</button> |
| | | </u-form-item> |
| | | </u-col> |
| | | </u-row> |
| | | </u-form> |
| | | </div> |
| | |
| | | import { |
| | | WmsOperationTaskSetNG, |
| | | PartClear, |
| | | OneKeyClearUpiQueue, |
| | | querySingleUpiByUpi, |
| | | getenumDataList, |
| | | } from "@/api/putIn/artificial.js"; |
| | |
| | | this.detailshow = true; |
| | | }, |
| | | |
| | | do_OneKeyClearUpiQueue() { |
| | | const params = { |
| | | }; |
| | | uni.showModal({ |
| | | title: "一键清除269位置到BZ01的板件队列", |
| | | content: "是否确认 一键清除269位置到BZ01的板件队列?", |
| | | showCancel: true, |
| | | cancelColor: "#333333", |
| | | success: (res) => { |
| | | if (res.confirm) { |
| | | OneKeyClearUpiQueue(params).then((res) => { |
| | | this.rescode = 200; |
| | | this.$refs.resmodal.show = true; |
| | | this.resmessage = "一键清除269位置到BZ01的板件队列成功"; |
| | | }); |
| | | } else if (res.cancel) { |
| | | } |
| | | }, |
| | | }); |
| | | |
| | | }, |
| | | //确认 |
| | | do_PartClear() { |
| | | const params = { |