| | |
| | | "name" : "中扬WMS", |
| | | "appid" : "__UNI__DA5854D", |
| | | "description" : "", |
| | | "versionName" : "20240408B", |
| | | "versionName" : "20240410A", |
| | | "versionCode" : "100", |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | |
| | | elements2: [ |
| | | { |
| | | title: '采购入库单', |
| | | name: 'pakin', |
| | | name: 'outOrder', |
| | | color: 'blue', |
| | | // cuIcon: 'pullup', |
| | | url: `/phyz/order/purchaseOrder` |
| | | url: `/phyz/order/pakinOrderSelect` |
| | | }, |
| | | { |
| | | title: '出库单', |
| | |
| | | }, |
| | | { |
| | | title: '入库单测试用', |
| | | name: 'outOrder', |
| | | name: 'pakin', |
| | | color: 'blue', |
| | | // cuIcon: 'pullup', |
| | | url: `/phyz/order/pakinOrderSelect` |
| | | url: `/phyz/order/purchaseOrder` |
| | | }, |
| | | |
| | | |
| | | ], |
| | | colorList: ['cyan','blue','purple','mauve','pink','brown','red','orange','yellow','olive','olive','grey' ] |
| | | }; |
| | |
| | | this.count = 0 |
| | | }, |
| | | addConfirm() { |
| | | if (this.count == 0) { |
| | | uni.showToast({ title: '入库数量不合法!', icon: "none", position: 'top' }) |
| | | return |
| | | } |
| | | // if (this.count == 0) { |
| | | // uni.showToast({ title: '入库数量不合法!', icon: "none", position: 'top' }) |
| | | // return |
| | | // } |
| | | this.dataList[this.index]['used'] = true |
| | | this.dataList[this.index]['pakinQty'] = this.count |
| | | this.orderCarList.push(this.dataList[this.index]) |
| | |
| | | // 点击前往 待组托列表 |
| | | orderCar() { |
| | | let _this = this |
| | | if (_this.orderCarList.length === 0) { |
| | | uni.showToast({ title: '请添加入库商品!', icon: "none", position: 'top' }) |
| | | return |
| | | } |
| | | uni.navigateTo({ |
| | | url: './orderCar', |
| | | success(res) { |