|
@@ -351,7 +351,7 @@ func (rg *RegisterController) Add(c *gin.Context) {
|
|
|
"ContractCode", "RelateContractCode", "RelateContractMainCode", "CrmContractId", "ContractSource",
|
|
|
"ProductIds", "CompanyName", "SellerId", "SellerName", "StartDate", "EndDate",
|
|
|
"RaiSellerId", "RaiSellerName", "ModifyTime", "ContractType", "ContractAmount", "CurrencyUnit", "RMBRate",
|
|
|
- "SignDate", "AgreedPayTime", "ContractStatus", "RegisterStatus", "Remark", "HasPayment","HasInvoice", "ActualCompanyName",
|
|
|
+ "SignDate", "AgreedPayTime", "ContractStatus", "RegisterStatus", "Remark", "HasPayment","HasInvoice", "ActualPayCompanies",
|
|
|
}
|
|
|
// 不需要开票到款的代付直接完成登记, 且不允许进行开票/到款登记
|
|
|
if req.HasInvoice == 0 || req.ContractStatus == fms.ContractStatusEnd {
|