ysy 2 年 前
コミット
4a4bc26eba
1 ファイル変更22 行追加1 行削除
  1. 22 1
      pages/pda/workOrder/search/index.vue

+ 22 - 1
pages/pda/workOrder/search/index.vue

@@ -135,6 +135,15 @@
 							<zxz-uni-data-select :localdata="warehouseList" v-model="formData.warehouseId"
 								dataValue='id' format='{name}' dataKey="name" filterable></zxz-uni-data-select>
 						</u-form-item>
+						
+						
+						<u-form-item label="维度:" class="required-form" borderBottom prop="warehouseId">
+						
+							<zxz-uni-data-select :localdata="dimensionList" v-model="formData.dimension"
+								dataValue='id' format='{name}' dataKey="name" filterable></zxz-uni-data-select>
+						</u-form-item>
+						
+						
 
 					</u-form>
 
@@ -211,7 +220,19 @@
 				searchShow: false,
 
 				stateList: ['启动', '空闲', '运行', '故障', '检修', '停机', '待料', '占用'],
-				classIds: []
+				classIds: [],
+				
+				
+				dimensionList: [
+					{
+						id: 3,
+						name: '包装维度'
+					},
+					{
+						id: 4,
+						name: '物料维度'
+					}
+				]