车辆对接
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* @Description:
|
||||
* @Author: wsm
|
||||
* @Date: 2021-07-15 09:42:57
|
||||
* @LastEditTime: 2021-12-01 19:59:38
|
||||
* @LastEditTime: 2022-01-13 15:26:51
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Reference:
|
||||
*/
|
||||
@ -113,6 +113,8 @@ export class SupplyGoodsComponentListCarloadComponent implements OnInit, AfterVi
|
||||
contactsName: {
|
||||
title: '预付',
|
||||
type: 'string',
|
||||
minimum:0,
|
||||
maximum:99999,
|
||||
ui: {
|
||||
showRequired: false,
|
||||
},
|
||||
@ -120,6 +122,8 @@ export class SupplyGoodsComponentListCarloadComponent implements OnInit, AfterVi
|
||||
unifiedSocialCreditCode: {
|
||||
title: '到付',
|
||||
type: 'string',
|
||||
minimum:0,
|
||||
maximum:99999,
|
||||
ui: {
|
||||
showRequired: false,
|
||||
},
|
||||
@ -127,6 +131,8 @@ export class SupplyGoodsComponentListCarloadComponent implements OnInit, AfterVi
|
||||
unifiedSocialCreditCode2: {
|
||||
title: '油卡',
|
||||
type: 'string',
|
||||
minimum:0,
|
||||
maximum:99999,
|
||||
ui: {
|
||||
showRequired: false,
|
||||
},
|
||||
@ -134,6 +140,8 @@ export class SupplyGoodsComponentListCarloadComponent implements OnInit, AfterVi
|
||||
unifiedSocialCreditCode3: {
|
||||
title: '回单付',
|
||||
type: 'string',
|
||||
minimum:0,
|
||||
maximum:99999,
|
||||
ui: {
|
||||
showRequired: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user