Ver código fonte

发货单状态修改

AlanWong 1 ano atrás
pai
commit
f4d80fdb7c

+ 1 - 1
src/components/Assembly/logistics.vue

@@ -35,7 +35,7 @@
 					this.value = '已回单'
 					break;
 				case -1:
-					this.value = '已撤回'
+					this.value = '已撤回(取消派车)'
 					break;
 				case -2:
 					this.value = '取消'

+ 1 - 1
src/components/Assembly/logistics2.vue

@@ -36,7 +36,7 @@
 					this.value = '已回单'
 					break;
 				case -1:
-					this.value = '已撤回'
+					this.value = '已撤回(取消派车)'
 					break;
 				case -2:
 					this.value = '取消'

+ 4 - 4
src/views/audit/logistics/index.vue

@@ -276,7 +276,7 @@
 				},
 				{
 					width: 200,
-					title: '货物总体积(m³)',
+					title: '货物总体积(cm³)',
 					field: 'tmsTotalVolume',
 				},
 				{
@@ -599,10 +599,10 @@
 					},
 					{
 						span: 6,
-						label: '货物总体积(m³)',
+						label: '货物总体积(cm³)',
 						prop: 'tmsTotalVolume',
 						component: 'by-input',
-						labelWidth: '110px',
+						labelWidth: '116px',
 					},
 					{
 						span: 6,
@@ -702,7 +702,7 @@
 				},
 				{
 					width: 180,
-					title: '重量(g)',
+					title: '重量(kg)',
 					field: 'tmsWeight',
 				},
 				{