Преглед изворни кода

refactor(组件): 移除多个搜索组件中固定的宽度设置

liujt пре 8 месеци
родитељ
комит
25cd90dc97

+ 1 - 1
src/views/commodityManagement/commodityPriceList/components/priceSearch.vue

@@ -34,7 +34,7 @@ export default {
         {
           label: '商品名称:',
           value: 'goodsName',
-          width: 380,
+          // width: 380,
           type: 'input',
           placeholder: '请输入'
         },

+ 1 - 1
src/views/contractManage/contractBook/components/searchContract.vue

@@ -58,7 +58,7 @@
           {
             label: '乙方名称:',
             value: 'partbName',
-            width: 380,
+            // width: 380,
             type: 'input',
             placeholder: '请输入'
           },

+ 2 - 2
src/views/financialManage/feeManage/feeApplication/pageSearchTable.vue

@@ -33,7 +33,7 @@ export default {
         {
           label: '单据类型:',
           value: 'documentType',
-          width: 380,
+          // width: 280,
           type: 'DictSelection',
           dictName: "单据类型",
         },
@@ -47,7 +47,7 @@ export default {
         {
           label: '审核状态:',
           value: 'approvalStatus',
-          width: 380,
+          // width: 280,
           type: 'select',
           placeholder: '请选择状态',
           planList: reviewStatusSelect

+ 2 - 2
src/views/financialManage/payableManage/searchTable.vue

@@ -33,7 +33,7 @@ export default {
         {
           label: '公司名称:',
           value: 'contactName',
-          width: 380,
+          // width: 380,
           type: 'input',
           placeholder: '请输入'
         },
@@ -70,7 +70,7 @@ export default {
         {
           label: '来源编码:',
           value: 'sourceCode',
-          width: 380,
+          // width: 380,
           type: 'input',
           placeholder: '请输入'
         },

+ 2 - 2
src/views/purchasingManage/inquiryManage/components/searchIndex.vue

@@ -22,7 +22,7 @@ export default {
         {
           label: '采购计划名称:',
           value: 'planName',
-          width: 360,
+          // width: 360,
           labelWidth:130,
           type: 'input',
           placeholder: '请输入'
@@ -30,7 +30,7 @@ export default {
         {
           label: '产品名称:',
           value: 'productName',
-          width: 380,
+          // width: 380,
           type: 'input',
           placeholder: '请输入'
         },

+ 1 - 1
src/views/purchasingManage/purchaseNeedManage/components/searchQuotation.vue

@@ -42,7 +42,7 @@
           {
             label: '需求部门:',
             value: 'requireDeptName',
-            width: 380,
+            // width: 380,
             type: 'input',
             placeholder: '请输入'
           },

+ 2 - 2
src/views/purchasingManage/purchasePlanManage/components/searchQuotation.vue

@@ -43,14 +43,14 @@
             label: '采购需求单名称:',
             value: 'requirementName',
             labelWidth: 150,
-            width: 340,
+            // width: 240,
             type: 'input',
             placeholder: '请输入'
           },
           {
             label: '产品名称',
             value: 'productName',
-            width: 380,
+            // width: 240,
             type: 'input',
             placeholder: '请输入'
           },