解决冲突
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-06 15:01:40
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-28 20:33:56
|
||||
* @LastEditTime : 2022-02-28 20:40:35
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\tran-agreement\\tran-agreement.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -28,19 +28,22 @@ export class TranAgreementComponent {
|
||||
console.log(Object)
|
||||
const params = {
|
||||
contractType:'1',
|
||||
enterpriseInfoId: '',
|
||||
parametersDTO: {
|
||||
// 回单付
|
||||
back: '',
|
||||
back: 'dsfgffdsg',
|
||||
// 发货地址
|
||||
consignorAddress: '',
|
||||
consignorAddress: 'gfdgdfdg',
|
||||
// 发货时间
|
||||
consignorDate: '',
|
||||
consignorDate: 'dsggdsgsfgds',
|
||||
// 发货时间
|
||||
// consignorDate: '',
|
||||
}
|
||||
|
||||
},
|
||||
resourceType: '1',
|
||||
signingObject: '1',
|
||||
templateType: 'MX',
|
||||
}
|
||||
|
||||
console.log(params)
|
||||
|
||||
this.service.request(this.service.$api_getContractContent,params).subscribe((res) => {
|
||||
if (res) {
|
||||
|
||||
Reference in New Issue
Block a user