Browse Source

后:发票地址

MAC 5 years ago
parent
commit
30725be8f5

+ 1 - 1
src/dashoo.cn/backend/api/controllers/oilsupplier/paymentinfo.go

@@ -708,7 +708,7 @@ func (this *PaymentInfoController) ReceiveMoneyBillList() {
 	invoiceInfo.SupplierId = supplierId
 	invoiceInfo.SupplierName = suppentity.SupplierName
 	invoiceInfo.CommercialNo = suppentity.CommercialNo
-	invoiceInfo.Address = suppentity.Address
+	invoiceInfo.Address = suppentity.AllAddress + " " + suppentity.Address
 	invoiceInfo.BankAccount = suppentity.BankAccount
 	invoiceInfo.DepositBank = suppentity.DepositBank
 	invoiceInfo.Email = suppentity.EMail

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -316,7 +316,7 @@
 
           <el-row>
             <el-col :span="9" class="table-cell">{{this.formDataInvoice.SupplierName}}</el-col>
-            <el-col :span="10" class="table-cell">{{this.formDataInvoice.AllAddress}} {{this.formDataInvoice.Address}}</el-col>
+            <el-col :span="10" class="table-cell">{{this.formDataInvoice.Address}}</el-col>
             <el-col :span="5" class="table-cell">{{this.formDataInvoice.CommercialNo}}</el-col>
 
           </el-row>