| | |
| | | HDeleteDate: '', |
| | | HInComDate: moment(new Date()).format('YYYY-MM-DD'), |
| | | DateTime: moment(new Date()).format('YYYY-MM-DD'), |
| | | HCalibrationDate: moment(new Date()).format('YYYY-MM-DD'), |
| | | } |
| | | this.editData = [] |
| | | this.editBtData = [] |
| | |
| | | axios.get(this.baseURL + "/Gy_Mould_Edit/xg", { |
| | | params: { 'HInterID': rowHmainid } |
| | | }).then(response => { |
| | | console.log(response.data) |
| | | if (response.data.count == 1) { |
| | | var result = response.data |
| | | var data = response.data.data[0] |
| | |
| | | this.form.HMouldUseStatus = data.模具可用状态 |
| | | this.form.HNextMainDate = data.校正日期 |
| | | this.form.HUSEORGID = data.HUSEORGID |
| | | this.form.HMouldLength = data.HMouldLength |
| | | this.form.HMouldWidth = data.HMouldWidth |
| | | this.form.HMouldHeight = data.HMouldHeight |
| | | this.form.HMouldFoldHeight = data.HMouldFoldHeight |
| | | // this.form.HMouldLength = data.HMouldLength |
| | | // this.form.HMouldWidth = data.HMouldWidth |
| | | // this.form.HMouldHeight = data.HMouldHeight |
| | | // this.form.HMouldFoldHeight = data.HMouldFoldHeight |
| | | this.form.HTransPackFlag = data.HTransPackFlag == 0 ? false : true |
| | | this.form.HSendPackFlag = data.HSendPackFlag == 0 ? false : true |
| | | this.form.HMouldFoldHeight = data.折叠高度 |
| | | this.form.HMouldLength = data.长 |
| | | this.form.HMouldWidth = data.宽 |
| | | this.form.HMouldHeight = data.高 |
| | | for (var i = 0; i < result.data.length; i++) { |
| | | this.editData.push( |
| | | { |