|
@@ -320,9 +320,9 @@
|
|
|
// 添加行
|
|
|
const addTableRow=(type)=>{
|
|
|
if(type=='invoice'){
|
|
|
- invoiceForm.invoiceData.push({amount:'',invoice_date:''})
|
|
|
+ invoiceForm.invoiceData.push({amount:'',invoice_date:'',remark:''})
|
|
|
}else{
|
|
|
- placementForm.placementData.push({amount:'',invoice_date:''})
|
|
|
+ placementForm.placementData.push({amount:'',invoice_date:'',remark:''})
|
|
|
}
|
|
|
}
|
|
|
|