|
@@ -82,7 +82,7 @@ import ApplyPayment from "@/components/finance/applyPayment";
|
|
|
import financialAccount from "../../../components/finance/financialAccount";
|
|
|
import { gainUser } from "@/api/basicData/customerInquiry";
|
|
|
import { customerList as feeList } from "@/api/basicData/basicFeesDesc";
|
|
|
-
|
|
|
+import { getCurrentDate } from "@/util/date";
|
|
|
export default {
|
|
|
name: "customerInformation",
|
|
|
props: {
|
|
@@ -573,6 +573,7 @@ export default {
|
|
|
delete item.pid
|
|
|
})
|
|
|
res.data.data.deliveryItemsList = res.data.data.orderItemsList
|
|
|
+ res.data.data.businessDate=getCurrentDate()
|
|
|
delete res.data.data.createTime
|
|
|
delete res.data.data.id
|
|
|
delete res.data.data.sysNo
|