| | |
| | | "lngBillKey": "", |
| | | "lngBillSubKey": "", |
| | | // 新增:维修记录(源单)相关字段 |
| | | "HMainSourceBillType":"", |
| | | "HMainSourceBillNo": "", |
| | | "HMainSourceInterID": 0, |
| | | "HMainSourceEntryID": 0, |
| | |
| | | this.hform.HMainSourceBillNo = data[0]["单据号"]; |
| | | this.hform.HMainSourceInterID = data[0]["hmainid"]; |
| | | this.hform.HMainSourceEntryID = data[0]["hsubid"]; |
| | | this.hform.HMainSourceBillType="3910" |
| | | |
| | | // 如果源单有设备信息,可以自动填充 |
| | | if (data[0].HEquipID) { |
| | |
| | | this.hform.HMainSourceInterID = data[0]["HEquipRepairCheckBillInterID"]; |
| | | this.hform.HMainSourceEntryID = data[0]["HEquipRepairCheckBillEntryID"]; |
| | | this.hform.HManagerID = data[0]["HManagerID"]; |
| | | this.hform.HMainSourceBillType="3907" |
| | | this.hform.HEmpID = data[0]["HEmpID"]; |
| | | this.getSendWorkBill(HSendWorkID) |
| | | } else { |