Przeglądaj źródła

fix: 政策修改文案 已审订单台数 已下订单台数

zh 2 lat temu
rodzic
commit
ac51f1a454

+ 7 - 6
src/views/sales_policy/components/Examine.vue

@@ -502,19 +502,20 @@
                   {{ scope.row.specification }}
                   {{ scope.row.specification }}
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="limitQty" label="订货上限" align="left" min-width="200">
+
+              <el-table-column prop="orderNums" label="已下订单台数" align="left" min-width="200">
                 <template slot-scope="scope">
                 <template slot-scope="scope">
-                  {{ scope.row.limitQty }}
+                  {{ scope.row.orderNums }}
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="orderNums" label="已下订单数" align="left" min-width="200">
+              <el-table-column prop="examineOrderNums" label="已审订单台数" align="left" min-width="200">
                 <template slot-scope="scope">
                 <template slot-scope="scope">
-                  {{ scope.row.orderNums }}
+                  {{ scope.row.examineOrderNums }}
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="examineOrderNums" label="已审订单数" align="left" min-width="200">
+              <el-table-column prop="limitQty" label="订货上限" align="left" min-width="200">
                 <template slot-scope="scope">
                 <template slot-scope="scope">
-                  {{ scope.row.examineOrderNums }}
+                  {{ scope.row.limitQty }}
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
             </el-table>
             </el-table>

+ 2 - 2
src/views/sales_policy/components/TabelTransfer.vue

@@ -213,12 +213,12 @@
                 {{ scope.row.specification }}
                 {{ scope.row.specification }}
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="orderNums" label="已下订单数" align="left" min-width="200">
+            <el-table-column prop="orderNums" label="已下订单数" align="left" min-width="200">
               <template slot-scope="scope">
               <template slot-scope="scope">
                 {{ scope.row.orderNums }}
                 {{ scope.row.orderNums }}
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="examineOrderNums" label="已审订单数" align="left" min-width="200">
+            <el-table-column prop="examineOrderNums" label="已审订单数" align="left" min-width="200">
               <template slot-scope="scope">
               <template slot-scope="scope">
                 {{ scope.row.examineOrderNums }}
                 {{ scope.row.examineOrderNums }}
               </template>
               </template>

+ 7 - 6
src/views/sales_policy/components/details.vue

@@ -577,19 +577,20 @@
                         {{ scope.row.specification }}
                         {{ scope.row.specification }}
                       </template>
                       </template>
                     </el-table-column>
                     </el-table-column>
-                    <el-table-column prop="limitQty" label="购买量上限" align="left" min-width="200">
+
+                    <el-table-column prop="orderNums" label="已下订单台数" align="left" min-width="200">
                       <template slot-scope="scope">
                       <template slot-scope="scope">
-                        {{ scope.row.limitQty }}
+                        {{ scope.row.orderNums }}
                       </template>
                       </template>
                     </el-table-column>
                     </el-table-column>
-                    <el-table-column prop="orderNums" label="已下订单数" align="left" min-width="200">
+                    <el-table-column prop="examineOrderNums" label="已审订单台数" align="left" min-width="200">
                       <template slot-scope="scope">
                       <template slot-scope="scope">
-                        {{ scope.row.orderNums }}
+                        {{ scope.row.examineOrderNums }}
                       </template>
                       </template>
                     </el-table-column>
                     </el-table-column>
-                    <el-table-column prop="examineOrderNums" label="已审订单数" align="left" min-width="200">
+                    <el-table-column prop="limitQty" label="购买量上限" align="left" min-width="200">
                       <template slot-scope="scope">
                       <template slot-scope="scope">
-                        {{ scope.row.examineOrderNums }}
+                        {{ scope.row.limitQty }}
                       </template>
                       </template>
                     </el-table-column>
                     </el-table-column>
                     <el-table-column fixed="right" label="操作" width="120">
                     <el-table-column fixed="right" label="操作" width="120">