瀏覽代碼

4.28测试1

AlanWong 2 年之前
父節點
當前提交
111152bac0

+ 9 - 5
src/views/audit/agencyGoods/index.vue

@@ -173,26 +173,30 @@
 			columns: [
 			columns: [
 				[
 				[
 					{
 					{
-						span: 24,
+						labelWidth: '70px',
+						span: 23,
 						label: '名称',
 						label: '名称',
 						prop: 'name',
 						prop: 'name',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						labelWidth: '70px',
+						span: 23,
 						label: '简称',
 						label: '简称',
 						slot: true,
 						slot: true,
 						prop: 'shortName',
 						prop: 'shortName',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
-						label: '显示状态',
+						labelWidth: '70px',
+						span: 23,
+						label: '状态',
 						slot: true,
 						slot: true,
 						prop: 'status',
 						prop: 'status',
 					},
 					},
 					{
 					{
-						span: 24,
+						labelWidth: '70px',
+						span: 23,
 						label: '备注',
 						label: '备注',
 						slot: true,
 						slot: true,
 						prop: 'remark',
 						prop: 'remark',

+ 13 - 9
src/views/audit/attribute/index.vue

@@ -168,20 +168,30 @@
 			columns: [
 			columns: [
 				[
 				[
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '名称',
 						label: '名称',
 						prop: 'name',
 						prop: 'name',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '属性值',
 						label: '属性值',
 						slot: true,
 						slot: true,
 						prop: 'attributeValue',
 						prop: 'attributeValue',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
+						label: '显示状态',
+						slot: true,
+						prop: 'status',
+					},
+					{
+						span: 23,
+						labelWidth: '70px',
 						label: '属性类型',
 						label: '属性类型',
 						slot: true,
 						slot: true,
 						prop: 'attributeType',
 						prop: 'attributeType',
@@ -200,12 +210,6 @@
 							}
 							}
 						}
 						}
 					},
 					},
-					{
-						span: 24,
-						label: '显示状态',
-						slot: true,
-						prop: 'status',
-					},
 				],
 				],
 			]
 			]
 		}
 		}

+ 7 - 38
src/views/audit/binTable/index.vue

@@ -118,18 +118,6 @@
 								}
 								}
 							}
 							}
 						},
 						},
-						{
-							span: 6,
-							label: '所属仓库',
-							prop: 'storehouseId',
-							component: 'by-input',
-							compConfig: {
-								attr: {
-									placeholder: '请输入所属仓库',
-									clearable: true
-								}
-							}
-						}
 					]
 					]
 				]
 				]
 			},
 			},
@@ -158,9 +146,6 @@
 				}, {
 				}, {
 					title: '所属机构名称',
 					title: '所属机构名称',
 					field: 'organizationName',
 					field: 'organizationName',
-				}, {
-					title: '所属机构id',
-					field: 'organizationId'
 				},
 				},
 				{
 				{
 					title: '库存',
 					title: '库存',
@@ -177,11 +162,7 @@
 				{
 				{
 					title: '库存体积上限',
 					title: '库存体积上限',
 					field: 'maxStockVolume'
 					field: 'maxStockVolume'
-				},
-				{
-					title: '所属仓库id',
-					field: 'storehouseId'
-				}, {
+				},{
 					title: '操作',
 					title: '操作',
 					action: true,
 					action: true,
 					plugins: [{
 					plugins: [{
@@ -214,53 +195,41 @@
 			columns: [
 			columns: [
 				[
 				[
 					{
 					{
-						span: 24,
+						span: 23,
 						label: '名称',
 						label: '名称',
 						prop: 'name',
 						prop: 'name',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
 						label: '所属机构名称',
 						label: '所属机构名称',
 						prop: 'organizationName',
 						prop: 'organizationName',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
-						label: '所属机构id',
-						prop: 'organizationId',
-						component: 'by-input',
-					},
-					{
-						span: 24,
+						span: 23,
 						label: '库存',
 						label: '库存',
 						prop: 'stock',
 						prop: 'stock',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
 						label: '库存体积',
 						label: '库存体积',
 						prop: 'stockVolume',
 						prop: 'stockVolume',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
 						label: '库存数量上限',
 						label: '库存数量上限',
 						prop: 'maxStockNumber',
 						prop: 'maxStockNumber',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
 						label: '库存体积上限',
 						label: '库存体积上限',
 						prop: 'maxStockVolume',
 						prop: 'maxStockVolume',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
-					{
-						span: 24,
-						label: '所属仓库id',
-						prop: 'storehouseId',
-						component: 'by-input',
-					},
 				]
 				]
 			]
 			]
 		}
 		}

+ 8 - 4
src/views/audit/brand/index.vue

@@ -157,19 +157,22 @@
 			columns: [
 			columns: [
 				[
 				[
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '名称',
 						label: '名称',
 						prop: 'name',
 						prop: 'name',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '简称',
 						label: '简称',
 						prop: 'shortName',
 						prop: 'shortName',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '状态',
 						label: '状态',
 						slot: true,
 						slot: true,
 						prop: 'status',
 						prop: 'status',
@@ -177,7 +180,8 @@
 				],
 				],
 				[
 				[
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '备注',
 						label: '备注',
 						prop: 'remark',
 						prop: 'remark',
 						component: 'by-input',
 						component: 'by-input',

+ 6 - 3
src/views/audit/depots/index.vue

@@ -135,19 +135,22 @@
 			columns: [
 			columns: [
 				[
 				[
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '名称',
 						label: '名称',
 						prop: 'name',
 						prop: 'name',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '地址',
 						label: '地址',
 						prop: 'address',
 						prop: 'address',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '坐标',
 						label: '坐标',
 						prop: 'coordinate',
 						prop: 'coordinate',
 						component: 'by-input',
 						component: 'by-input',

+ 9 - 5
src/views/audit/virtually/index.vue

@@ -173,26 +173,30 @@
 			columns: [
 			columns: [
 				[
 				[
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '名称',
 						label: '名称',
 						prop: 'name',
 						prop: 'name',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '简称',
 						label: '简称',
 						slot: true,
 						slot: true,
 						prop: 'shortName',
 						prop: 'shortName',
 						component: 'by-input',
 						component: 'by-input',
 					},
 					},
 					{
 					{
-						span: 24,
-						label: '显示状态',
+						span: 23,
+						labelWidth: '70px',
+						label: '状态',
 						slot: true,
 						slot: true,
 						prop: 'status',
 						prop: 'status',
 					},
 					},
 					{
 					{
-						span: 24,
+						span: 23,
+						labelWidth: '70px',
 						label: '备注',
 						label: '备注',
 						slot: true,
 						slot: true,
 						prop: 'remark',
 						prop: 'remark',