|
@@ -237,7 +237,7 @@ func (this *OilInvoiceController) UpdateIsInvoice() {
|
|
|
paramsOrder.Phone = supplierEntity.Mobile
|
|
paramsOrder.Phone = supplierEntity.Mobile
|
|
|
paramsOrder.Address = entity.Address
|
|
paramsOrder.Address = entity.Address
|
|
|
paramsOrder.Account = entity.DepositBank + " " + entity.BankAccount
|
|
paramsOrder.Account = entity.DepositBank + " " + entity.BankAccount
|
|
|
- paramsOrder.Telephone = supplierEntity.Telphone
|
|
|
|
|
|
|
+ paramsOrder.Telephone = supplierEntity.CompanyTel // 财务电话
|
|
|
paramsOrder.Orderno = "dg_" + strconv.Itoa(entity.SupplierId) + strconv.Itoa(entity.Id)
|
|
paramsOrder.Orderno = "dg_" + strconv.Itoa(entity.SupplierId) + strconv.Itoa(entity.Id)
|
|
|
paramsOrder.Invoicedate = time.Now().Format("2006-01-02 15:04:05")
|
|
paramsOrder.Invoicedate = time.Now().Format("2006-01-02 15:04:05")
|
|
|
paramsOrder.Clerk = paramSvc.GetBaseparameterMessage("INVOICE", "paramset", "InvoicePeople3")
|
|
paramsOrder.Clerk = paramSvc.GetBaseparameterMessage("INVOICE", "paramset", "InvoicePeople3")
|