|
|
|
@ -498,6 +498,19 @@ export default {
|
|
|
|
|
this.$message.error("日期不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
console.log('this.invoiceRow',this.invoiceRow)
|
|
|
|
|
|
|
|
|
|
this.invoiceRow[0].ggxh = this.inputQuery.ggxh
|
|
|
|
|
this.invoiceRow[0].machineNo = this.inputQuery.machineNo
|
|
|
|
|
this.invoiceRow[0].invoiceCode = this.inputQuery.invoiceCode
|
|
|
|
|
this.invoiceRow[0].invoiceEncode = this.inputQuery.invoiceEncode
|
|
|
|
|
this.invoiceRow[0].price = this.inputQuery.price
|
|
|
|
|
this.invoiceRow[0].invoiceDate = this.inputQuery.invoiceDate
|
|
|
|
|
this.invoiceRow[0].remark = this.inputQuery.remark
|
|
|
|
|
this.invoiceRow[0].licenseUrl = this.inputQuery.licenseUrl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.inputQuery.list = this.invoiceRow;
|
|
|
|
|
let mount = 0;
|
|
|
|
|
for (var i = 0; i < this.invoiceRow.length; i++) {
|
|
|
|
|