车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-18 09:51:21
|
* @Date : 2022-01-18 09:51:21
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-20 14:20:33
|
* @LastEditTime : 2022-01-20 14:53:51
|
||||||
* @FilePath : \\tms-obc-web\\proxy.conf.js
|
* @FilePath : \\tms-obc-web\\proxy.conf.js
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -20,7 +20,7 @@ module.exports = {
|
|||||||
// }
|
// }
|
||||||
'//api': {
|
'//api': {
|
||||||
target: {
|
target: {
|
||||||
host: 'tms-api-test.eascs.com',
|
host: 'tms-api-dev.eascs.com',
|
||||||
protocol: 'https:',
|
protocol: 'https:',
|
||||||
port: 443
|
port: 443
|
||||||
},
|
},
|
||||||
|
|||||||
@ -919,12 +919,12 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
this.totalFees = res?.freightPrice || '0';
|
this.totalFees = res?.freightPrice || '0';
|
||||||
this.sf7data = {
|
this.sf7data = {
|
||||||
stateReceipt: res?.supplementaryInformationVO?.stateReceipt,
|
stateReceipt: res?.stateReceipt,
|
||||||
receiptType: res?.receiptType || '',
|
receiptType: res?.receiptType || '',
|
||||||
receiptUserName: res?.supplementaryInformationVO?.receiptUserName || '',
|
receiptUserName: res?.receiptUserName || '',
|
||||||
receiptAddressArea: res?.supplementaryInformationVO?.receiptAddressArea || '',
|
receiptAddressArea: res?.receiptAddressArea || '',
|
||||||
receiptUserPhone: res?.supplementaryInformationVO?.receiptUserPhone || '',
|
receiptUserPhone: res?.receiptUserPhone || '',
|
||||||
receiptAddress: res?.supplementaryInformationVO?.receiptAddress || '',
|
receiptAddress: res?.receiptAddress || '',
|
||||||
paymentDays: res?.paymentDays || '',
|
paymentDays: res?.paymentDays || '',
|
||||||
remarks: res?.remarks || ''
|
remarks: res?.remarks || ''
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1048,12 +1048,12 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
|||||||
// remarks: res?.remarks
|
// remarks: res?.remarks
|
||||||
// };
|
// };
|
||||||
this.sf6data = {
|
this.sf6data = {
|
||||||
stateReceipt: res?.supplementaryInformationVO?.stateReceipt,
|
stateReceipt: res?.stateReceipt,
|
||||||
receiptType: res?.receiptType || '',
|
receiptType: res?.receiptType || '',
|
||||||
receiptUserName: res?.supplementaryInformationVO?.receiptUserName || '',
|
receiptUserName: res?.receiptUserName || '',
|
||||||
receiptAddressArea: res?.supplementaryInformationVO?.receiptAddressArea || '',
|
receiptAddressArea: res?.receiptAddressArea || '',
|
||||||
receiptUserPhone: res?.supplementaryInformationVO?.receiptUserPhone || '',
|
receiptUserPhone: res?.receiptUserPhone || '',
|
||||||
receiptAddress: res?.supplementaryInformationVO?.receiptAddress || '',
|
receiptAddress: res?.receiptAddress || '',
|
||||||
remarks: res?.supplementaryInformationVO?.remarks || ''
|
remarks: res?.supplementaryInformationVO?.remarks || ''
|
||||||
};
|
};
|
||||||
// if (this.PageStatus === '整车修改') {
|
// if (this.PageStatus === '整车修改') {
|
||||||
|
|||||||
Reference in New Issue
Block a user