3 Commity afbb5e3809 ... c4da0e73c1

Autor SHA1 Wiadomość Data
  lucky c4da0e73c1 1 2 lat temu
  lucky c83d8d0ebc Merge branch 'dev' into sit 2 lat temu
  lucky 319f51c91f edit 2 lat temu

Plik diff jest za duży
+ 0 - 0
dist/static/js/0.js


+ 11 - 8
src/views/purchaseIn/purchaseOrder/detail.vue

@@ -175,33 +175,36 @@
                     stripe
                     style="width: 100%"
                   >
+                  <el-table-column
+                      prop="receipt_quantity"
+                      label="发货数量"
+                      show-overflow-tooltip
+                      width="150px"
+                    >
+                    </el-table-column>
                     <el-table-column
                       prop="contactor"
                       label="收货人"
                       show-overflow-tooltip
+                      width="100px"
                     >
                     </el-table-column>
                     <el-table-column
                       prop="mobile"
                       label="联系电话"
                       show-overflow-tooltip
+                      width="140px"
                     >
                     </el-table-column>
                     <el-table-column
                       prop="addr_code"
                       label="收货地址"
                       show-overflow-tooltip
-                      min-width="180px"
+                      min-width="500px"
                     >
                     </el-table-column>
 
-                    <el-table-column
-                      prop="receipt_quantity"
-                      label="发货数量"
-                      show-overflow-tooltip
-                      min-width="180px"
-                    >
-                    </el-table-column>
+                    
                   </el-table>
                 </template>
               </show-data-table>

+ 6 - 6
src/views/standingBook/components/detail2/columns.js

@@ -87,12 +87,12 @@ const columns = [
     _slot_: "customer",
     span: 12
   },
-  {
-    prop: "addr_info",
-    label: "收货信息",
-    _slot_: "addr_info",
-    span: 24
-  },
+  // {
+  //   prop: "addr_info",
+  //   label: "收货信息",
+  //   _slot_: "addr_info",
+  //   span: 24
+  // },
 ]
 const statusOptions = [
   { value: "0", label: "待与供应商确认" },

+ 11 - 16
src/views/standingBook/components/detail2/main.vue

@@ -125,7 +125,7 @@
         </el-popover>
       </template>
 
-      <template slot="addr_info">
+      <!-- <template slot="addr_info">
         <el-table
           :data="sitem.addr_info"
           :size="'mini'"
@@ -133,6 +133,13 @@
           stripe
           style="width: 100%"
         >
+        <el-table-column
+            prop="receipt_quantity"
+            label="发货数量"
+            show-overflow-tooltip
+            min-width="180px"
+          >
+          </el-table-column>
           <el-table-column
             prop="contactor"
             label="收货人"
@@ -141,23 +148,11 @@
           </el-table-column>
           <el-table-column prop="mobile" label="联系电话" show-overflow-tooltip>
           </el-table-column>
-          <el-table-column
-            prop="addr_code"
-            label="收货地址"
-            show-overflow-tooltip
-            min-width="180px"
-          >
-          </el-table-column>
 
-          <el-table-column
-            prop="receipt_quantity"
-            label="发货数量"
-            show-overflow-tooltip
-            min-width="180px"
-          >
-          </el-table-column>
+
+          
         </el-table>
-      </template>
+      </template> -->
 
       <template slot="total_fee">
         <span

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików