| | |
| | | <view style="width: 50%; font-size: 3vw">物料编码: {{ item.matnr }}</view> |
| | | <view style="width: 50%; font-size: 3vw">名称: {{ item.maknx }}</view> |
| | | <view style="width: 50%; font-size: 3vw">规格: {{ item.specs }}</view> |
| | | <view style="width: 50%; font-size: 3vw">批次: {{ item.batch }}</view> |
| | | <view style="width: 50%; font-size: 3vw">销售单号: {{ item.orderNo }}</view> |
| | | <view style="width: 50%; font-size: 3vw">客户名称: {{ item.customer }}</view> |
| | | <!-- <view style="width: 50%; font-size: 3vw">批次: {{ item.batch }}</view> --> |
| | | <view style="width: 50%; font-size: 3vw">供应商代码: {{ item.orderNo }}</view> |
| | | <!-- <view style="width: 50%; font-size: 3vw">客户名称: {{ item.customer }}</view> --> |
| | | <view style="width: 33%; font-size: 3vw">数量: {{ item.count }}</view> |
| | | </swiper-item> |
| | | </swiper> |
| | |
| | | wmsPort: '', |
| | | switchDebounceTimer: null, |
| | | viewSwitchInProgress: false, |
| | | getConfigUrl:"http://192.168.1.198:8080/wms/rpc/getLedInfos" |
| | | getConfigUrl:"http://127.0.0.1:8088/wcs/monitor/getIpConfig" |
| | | }; |
| | | }, |
| | | onShow() { |
| | |
| | | that.infoText.title = '并板出库'; |
| | | } else if (data.taskList[0].ioType === 54) { |
| | | that.infoText.title = '并板入库'; |
| | | }else { |
| | | that.infoText.title = data.taskList[0].title; |
| | | } |
| | | that.infoText.barcode = data.taskList[0].barcode; |
| | | that.infoText.workNo = data.taskList[0].workNo; |