| | |
| | | form: {}, |
| | | // 表单校验 |
| | | rules: { |
| | | HUnitName:[{required: true, message: "单位不能为空", trigger: "blur" }], |
| | | // HSupName: [ |
| | | // { required: true, message: "客户不能为空", trigger: "blur" } |
| | | // ], |
| | |
| | | this.gySupplierShow = false |
| | | this.openData = false |
| | | } else if (num == 7) { |
| | | console.log(deptRow) |
| | | this.form.HCusName = deptRow.客户名称 |
| | | this.form.HCusID = deptRow.HItemID |
| | | this.gyCustomerShow = false |
| | |
| | | this.gyStockPlaceShow = false |
| | | this.openData = false |
| | | } else if (num == 11){ |
| | | this.form.HUnitName = deptRow.计量单位名称; |
| | | this.form.HUnitID = deptRow.HItemID; |
| | | this.gyUnitShow= false |
| | | this.openData = false |
| | | |
| | |
| | | // this.form.HMouldWidth = data.HMouldWidth |
| | | // this.form.HMouldHeight = data.HMouldHeight |
| | | // this.form.HMouldFoldHeight = data.HMouldFoldHeight |
| | | this.form.HTransPackFlag = data.发货容器标记 |
| | | this.form.HSendPackFlag = data.周转容器标记 |
| | | this.form.HTransPackFlag = data.周转容器标记 |
| | | this.form.HSendPackFlag = data.发货容器标记 |
| | | this.form.HMouldFoldHeight = data.折叠高度 |
| | | this.form.HMouldLength = data.长 |
| | | this.form.HMouldWidth = data.宽 |