|
@@ -388,6 +388,7 @@ export default {
|
|
|
detailInfoContracts: [],
|
|
detailInfoContracts: [],
|
|
|
detailInfoReports: [],
|
|
detailInfoReports: [],
|
|
|
detailInfoOthers: [],
|
|
detailInfoOthers: [],
|
|
|
|
|
+ detailInfoProject: [],
|
|
|
detailInfoProcured: [],
|
|
detailInfoProcured: [],
|
|
|
amountInfos: [],
|
|
amountInfos: [],
|
|
|
invoiceReimbursements: [],
|
|
invoiceReimbursements: [],
|
|
@@ -514,6 +515,7 @@ export default {
|
|
|
detailInfoContracts: [],
|
|
detailInfoContracts: [],
|
|
|
detailInfoReports: [],
|
|
detailInfoReports: [],
|
|
|
detailInfoOthers: [],
|
|
detailInfoOthers: [],
|
|
|
|
|
+ detailInfoProject: [],
|
|
|
detailInfoProcured: [],
|
|
detailInfoProcured: [],
|
|
|
amountInfos: [],
|
|
amountInfos: [],
|
|
|
invoiceReimbursements: [],
|
|
invoiceReimbursements: [],
|
|
@@ -757,6 +759,7 @@ export default {
|
|
|
this.inputForm.detailInfoContracts = []
|
|
this.inputForm.detailInfoContracts = []
|
|
|
this.inputForm.detailInfoReports = []
|
|
this.inputForm.detailInfoReports = []
|
|
|
this.inputForm.detailInfoOthers = []
|
|
this.inputForm.detailInfoOthers = []
|
|
|
|
|
+ this.inputForm.detailInfoProject = []
|
|
|
this.inputForm.detailInfoProcured = []
|
|
this.inputForm.detailInfoProcured = []
|
|
|
this.inputForm.purchaseNo = ''
|
|
this.inputForm.purchaseNo = ''
|
|
|
this.inputForm.preList = ''
|
|
this.inputForm.preList = ''
|
|
@@ -1439,6 +1442,7 @@ export default {
|
|
|
this.inputForm.detailInfoContracts = []
|
|
this.inputForm.detailInfoContracts = []
|
|
|
this.inputForm.detailInfoReports = []
|
|
this.inputForm.detailInfoReports = []
|
|
|
this.inputForm.detailInfoOthers = []
|
|
this.inputForm.detailInfoOthers = []
|
|
|
|
|
+ this.inputForm.detailInfoProject = []
|
|
|
this.inputForm.detailInfoProcured = []
|
|
this.inputForm.detailInfoProcured = []
|
|
|
this.inputForm.purchaseNo = ''
|
|
this.inputForm.purchaseNo = ''
|
|
|
this.inputForm.preList = ''
|
|
this.inputForm.preList = ''
|