Pārlūkot izejas kodu

fix: 列表排版调整

zh 2 gadi atpakaļ
vecāks
revīzija
e187541f25

+ 12 - 10
src/views/sales_policy/components/Examine.vue

@@ -493,16 +493,7 @@
                   {{ scope.row.maxBuyNum }}
                 </template>
               </el-table-column>
-              <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
-                <template slot-scope="scope">
-                  {{ scope.row.examineOrderNums }}
-                </template>
-              </el-table-column>
-              <el-table-column prop="orderNums" label="已下订单数" align="left">
-                <template slot-scope="scope">
-                  {{ scope.row.orderNums }}
-                </template>
-              </el-table-column>
+   
               <el-table-column prop="materialName" label="物料名称" align="left">
                 <template slot-scope="scope">
                   {{ scope.row.materialName }}
@@ -518,6 +509,17 @@
                   {{ scope.row.limitQty }}
                 </template>
               </el-table-column>
+              <el-table-column prop="orderNums" label="已下订单数" align="left">
+                <template slot-scope="scope">
+                  {{ scope.row.orderNums }}
+                </template>
+              </el-table-column>
+              <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
+                <template slot-scope="scope">
+                  {{ scope.row.examineOrderNums }}
+                </template>
+              </el-table-column>
+          
             </el-table>
             <el-table
               v-else

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

@@ -300,16 +300,6 @@
                 {{ scope.row.maxBuyNum }}
               </template>
             </el-table-column>
-            <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
-              <template slot-scope="scope">
-                {{ scope.row.examineOrderNums }}
-              </template>
-            </el-table-column>
-            <el-table-column prop="orderNums" label="已下订单数" align="left">
-              <template slot-scope="scope">
-                {{ scope.row.orderNums }}
-              </template>
-            </el-table-column>
             <el-table-column prop="materialName" label="物料名称" align="left">
               <template slot-scope="scope">
                 {{ scope.row.materialName }}
@@ -325,6 +315,16 @@
                 {{ scope.row.limitQty }}
               </template>
             </el-table-column>
+            <el-table-column prop="orderNums" label="已下订单数" align="left">
+              <template slot-scope="scope">
+                {{ scope.row.orderNums }}
+              </template>
+            </el-table-column>
+            <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
+              <template slot-scope="scope">
+                {{ scope.row.examineOrderNums }}
+              </template>
+            </el-table-column>
           </el-table>
         </div>
         <!-- 分页 -->

+ 12 - 10
src/views/sales_policy/components/details.vue

@@ -528,16 +528,7 @@
                         {{ scope.row.maxBuyNum }}
                       </template>
                     </el-table-column>
-                    <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
-                      <template slot-scope="scope">
-                        {{ scope.row.examineOrderNums }}
-                      </template>
-                    </el-table-column>
-                    <el-table-column prop="orderNums" label="已下订单数" align="left">
-                      <template slot-scope="scope">
-                        {{ scope.row.orderNums }}
-                      </template>
-                    </el-table-column>
+                 
                     <el-table-column prop="materialName" label="物料名称" align="left">
                       <template slot-scope="scope">
                         {{ scope.row.materialName }}
@@ -553,6 +544,17 @@
                         {{ scope.row.limitQty }}
                       </template>
                     </el-table-column>
+                    <el-table-column prop="orderNums" label="已下订单数" align="left">
+                      <template slot-scope="scope">
+                        {{ scope.row.orderNums }}
+                      </template>
+                    </el-table-column>
+                    <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
+                      <template slot-scope="scope">
+                        {{ scope.row.examineOrderNums }}
+                      </template>
+                    </el-table-column>
+                  
                   </el-table>
                   <el-table
                     v-else