Browse Source

库存管理-项目下拉框显示数据修改

jingbb 3 months ago
parent
commit
8b19b02b25

+ 1 - 1
src/views/inventiry/defectiveProducts/defectiveProductsList.vue

@@ -26,7 +26,7 @@
                   v-model:value="queryParam.project"
                   :filterOption="true"
                   resultField="records"
-                  labelField="name"
+                  labelField="code"
                   valueField="id"
                   :params="{ pageSize: -1 }"
                   optionFilterProp="label"

+ 1 - 1
src/views/inventiry/existingQuantity/existingQuantityList.vue

@@ -26,7 +26,7 @@
                   v-model:value="queryParam.project"
                   :filterOption="true"
                   resultField="records"
-                  labelField="name"
+                  labelField="code"
                   valueField="id"
                   :params="{ pageSize: -1 }"
                   optionFilterProp="label"

+ 1 - 3
src/views/inventiry/inventoryCheck/components/inventoryCheckForm.vue

@@ -60,9 +60,7 @@
     <!-- 子表单区域 -->
     <a-tabs v-model:activeKey="activeKey" animated style="padding: 24px; padding-top: 0px">
       <a-tab-pane tab="盘盈盘亏 - 库存明细(stock details)" key="stockDetails" :forceRender="true">
-        <a-button type="primary" style="margin-right: 1%; margin-bottom: 1%" @click="selectStandingStock">
-          选择现存量(select standing stock)</a-button
-        >
+        <a-button type="primary" style="margin-right: 1%; margin-bottom: 1%" @click="selectStandingStock">选择现存量(select standing stock)</a-button>
         <j-vxe-table
           :keep-source="true"
           resizable

+ 1 - 1
src/views/inventiry/otherIn/othernList.vue

@@ -26,7 +26,7 @@
                   v-model:value="queryParam.project"
                   :filterOption="true"
                   resultField="records"
-                  labelField="name"
+                  labelField="code"
                   valueField="id"
                   :params="{ pageSize: -1 }"
                   optionFilterProp="label"

+ 1 - 3
src/views/inventiry/otherOut/components/otherOutForm.vue

@@ -58,9 +58,7 @@
     <!-- 子表单区域 -->
     <a-tabs v-model:activeKey="activeKey" animated style="padding: 24px; padding-top: 0px">
       <a-tab-pane tab="其他出库 - 出库明细(stock out details)" key="otherOut" :forceRender="true">
-        <a-button type="primary" style="margin-right: 1%; margin-bottom: 1%" @click="selectStandingStock">
-          选择现存量(select standing stock)</a-button
-        >
+        <a-button type="primary" style="margin-right: 1%; margin-bottom: 1%" @click="selectStandingStock">选择现存量(select standing stock)</a-button>
         <j-vxe-table
           :keep-source="true"
           resizable

+ 1 - 1
src/views/inventiry/otherOut/otherOutList.vue

@@ -26,7 +26,7 @@
                   v-model:value="queryParam.project"
                   :filterOption="true"
                   resultField="records"
-                  labelField="name"
+                  labelField="code"
                   valueField="id"
                   :params="{ pageSize: -1 }"
                   optionFilterProp="label"

+ 1 - 1
src/views/inventiry/purInAbnormal/purInAbnormalList.vue

@@ -26,7 +26,7 @@
                   v-model:value="queryParam.project"
                   :filterOption="false"
                   resultField="records"
-                  labelField="name"
+                  labelField="code"
                   valueField="id"
                   :params="{ pageSize: -1 }"
                 />

+ 1 - 1
src/views/inventiry/purchaseIn/purchaseInList.vue

@@ -26,7 +26,7 @@
                   v-model:value="queryParam.project"
                   :filterOption="true"
                   resultField="records"
-                  labelField="name"
+                  labelField="code"
                   valueField="id"
                   :params="{ pageSize: -1 }"
                   optionFilterProp="label"

+ 1 - 1
src/views/inventiry/salesOutbound/components/SelectDeliveryModal.vue

@@ -31,7 +31,7 @@
                                     v-model:value="queryParams.project"
                                     optionFilterProp="label"
                                     resultField="records"
-                                    labelField="name"
+                                    labelField="code"
                                     valueField="id"
                                     :params='{pageSize:-1}'
                                     :disabled="fatherProject!==''"

+ 1 - 1
src/views/inventiry/salesOutbound/salesOutboundList.vue

@@ -26,7 +26,7 @@
                   v-model:value="queryParam.project"
                   :filterOption="true"
                   resultField="records"
-                  labelField="name"
+                  labelField="code"
                   valueField="id"
                   :params="{ pageSize: -1 }"
                   optionFilterProp="label"

+ 1 - 1
src/views/publicComponents/SelectStaningStockModal.vue

@@ -31,7 +31,7 @@
                                     v-model:value="queryParams.project"
                                     optionFilterProp="label"
                                     resultField="records"
-                                    labelField="name"
+                                    labelField="code"
                                     valueField="id"
                                     :params='{pageSize:-1}'
                                     :disabled="fatherProject!==''"

+ 1 - 1
src/views/publicComponents/selectArrivalList.vue

@@ -31,7 +31,7 @@
                                     v-model:value="queryParams.project"
                                     optionFilterProp="label"
                                     resultField="records"
-                                    labelField="name"
+                                    labelField="code"
                                     valueField="id"
                                     :params='{pageSize:-1}'
                                     :disabled="fatherProject!==''"