车辆对接

This commit is contained in:
wangshiming
2022-01-13 15:43:45 +08:00
parent 5bf20e71c1
commit be43d47341
9 changed files with 63 additions and 33 deletions

View File

@ -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,
},