| | |
| | | form: {}, |
| | | // 表单校验 |
| | | rules: { |
| | | HUnitName:[{required: true, message: "单位不能为空", trigger: "blur" }], |
| | | // HSupName: [ |
| | | // { required: true, message: "客户不能为空", trigger: "blur" } |
| | | // ], |
| | |
| | | // 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.宽 |