crm对接完成
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-14 14:03:07
|
||||
* @LastEditTime: 2021-12-22 20:08:13
|
||||
* @LastEditTime: 2021-12-24 17:58:45
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\order-management\modal\bulk\update-freight\update-freight.component.ts
|
||||
@ -119,7 +119,7 @@ export class UpdateFreightComponent implements OnInit {
|
||||
title: '装货体积',
|
||||
default: data.acceptVolume,
|
||||
ui: {
|
||||
unit: '吨',
|
||||
unit: '方',
|
||||
placeholder: '请输入',
|
||||
grid: {
|
||||
span: 12
|
||||
@ -147,7 +147,7 @@ export class UpdateFreightComponent implements OnInit {
|
||||
title: '卸货体积',
|
||||
default: data.settlementVolume,
|
||||
ui: {
|
||||
unit: '吨',
|
||||
unit: '方',
|
||||
placeholder: '请输入',
|
||||
grid: {
|
||||
span: 12
|
||||
|
||||
Reference in New Issue
Block a user