瀏覽代碼

押金列表修改表格宽度

zhouhao 2 年之前
父節點
當前提交
34512d0f18

+ 3 - 3
src/views/deposit_commerce/components/deposit-apply-surrender.vue

@@ -134,18 +134,18 @@
             align="center"
             align="center"
             label="物料编码"
             label="物料编码"
             prop="materialNumber"
             prop="materialNumber"
-            min-width="160"
+            min-width="130"
             show-overflow-tooltip
             show-overflow-tooltip
           />
           />
           <el-table-column
           <el-table-column
             align="center"
             align="center"
             label="产品编码"
             label="产品编码"
             prop="materialOldNumber"
             prop="materialOldNumber"
-            min-width="160"
+            min-width="130"
             show-overflow-tooltip
             show-overflow-tooltip
           />
           />
           <el-table-column align="center" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
-          <el-table-column align="center" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip />
+          <el-table-column align="center" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip />
           <el-table-column align="center" label="单价" prop="price" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="单价" prop="price" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="数量" prop="qty" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="数量" prop="qty" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="金额" prop="totalAmount" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="金额" prop="totalAmount" min-width="160" show-overflow-tooltip />

+ 3 - 3
src/views/deposit_commerce/components/deposit_list-detail.vue

@@ -157,7 +157,7 @@
                 align="left"
                 align="left"
                 label="物料编码"
                 label="物料编码"
                 prop="materialNumber"
                 prop="materialNumber"
-                min-width="160"
+                min-width="130"
                 show-overflow-tooltip
                 show-overflow-tooltip
               >
               >
                 <template slot-scope="scope">
                 <template slot-scope="scope">
@@ -171,7 +171,7 @@
               align="left"
               align="left"
               label="产品编码"
               label="产品编码"
               prop="materialOldNumber"
               prop="materialOldNumber"
-              min-width="160"
+              min-width="130"
               show-overflow-tooltip
               show-overflow-tooltip
             >
             >
               <template slot-scope="scope">
               <template slot-scope="scope">
@@ -185,7 +185,7 @@
                 <span>{{ scope.row.materialName }}</span>
                 <span>{{ scope.row.materialName }}</span>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
+            <el-table-column align="left" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip>
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.specification" />
                 <CopyButton :copyText="scope.row.specification" />
                 <span>{{ scope.row.specification }}</span>
                 <span>{{ scope.row.specification }}</span>

+ 4 - 4
src/views/deposit_commerce/components/refund_list-detail.vue

@@ -239,7 +239,7 @@
                 <span>{{ scope.row.factoryNo }}</span>
                 <span>{{ scope.row.factoryNo }}</span>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="160" show-overflow-tooltip>
+            <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.materialNumber" />
                 <CopyButton :copyText="scope.row.materialNumber" />
                 <span>{{ scope.row.materialNumber }}</span>
                 <span>{{ scope.row.materialNumber }}</span>
@@ -247,7 +247,7 @@
             </el-table-column>
             </el-table-column>
           </template>
           </template>
 
 
-          <el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="160" show-overflow-tooltip>
+          <el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="130" show-overflow-tooltip>
             <template slot-scope="scope">
             <template slot-scope="scope">
               <CopyButton :copyText="scope.row.materialOldNumber" />
               <CopyButton :copyText="scope.row.materialOldNumber" />
               <span>{{ scope.row.materialOldNumber }}</span>
               <span>{{ scope.row.materialOldNumber }}</span>
@@ -259,7 +259,7 @@
               <span>{{ scope.row.materialName }}</span>
               <span>{{ scope.row.materialName }}</span>
             </template>
             </template>
           </el-table-column>
           </el-table-column>
-          <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
+          <el-table-column align="left" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip>
             <template slot-scope="scope">
             <template slot-scope="scope">
               <CopyButton :copyText="scope.row.specification" />
               <CopyButton :copyText="scope.row.specification" />
               <span>{{ scope.row.specification }}</span>
               <span>{{ scope.row.specification }}</span>
@@ -685,7 +685,7 @@ export default {
         type: 'warning'
         type: 'warning'
       })
       })
         .then(() => {
         .then(() => {
-        
+
           let data = {
           let data = {
             ...this.detailList,
             ...this.detailList,
             checkBy: this.checkBy,
             checkBy: this.checkBy,

+ 3 - 3
src/views/deposit_home/components/deposit-apply-surrender.vue

@@ -139,18 +139,18 @@
             align="center"
             align="center"
             label="物料编码"
             label="物料编码"
             prop="materialNumber"
             prop="materialNumber"
-            min-width="160"
+            min-width="130"
             show-overflow-tooltip
             show-overflow-tooltip
           />
           />
           <el-table-column
           <el-table-column
             align="center"
             align="center"
             label="产品编码"
             label="产品编码"
             prop="materialOldNumber"
             prop="materialOldNumber"
-            min-width="160"
+            min-width="130"
             show-overflow-tooltip
             show-overflow-tooltip
           />
           />
           <el-table-column align="center" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
-          <el-table-column align="center" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip />
+          <el-table-column align="center" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip />
           <el-table-column
           <el-table-column
             align="left"
             align="left"
             label="实装规格型号"
             label="实装规格型号"

+ 3 - 3
src/views/deposit_home/components/deposit_list-detail.vue

@@ -172,7 +172,7 @@
                 <span>{{ scope.row.specialNo }}</span>
                 <span>{{ scope.row.specialNo }}</span>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="160" show-overflow-tooltip>
+            <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.materialNumber" />
                 <CopyButton :copyText="scope.row.materialNumber" />
                 <span>{{ scope.row.materialNumber }}</span>
                 <span>{{ scope.row.materialNumber }}</span>
@@ -182,7 +182,7 @@
               align="left"
               align="left"
               label="产品编码"
               label="产品编码"
               prop="materialOldNumber"
               prop="materialOldNumber"
-              min-width="160"
+              min-width="130"
               show-overflow-tooltip
               show-overflow-tooltip
             >
             >
               <template slot-scope="scope">
               <template slot-scope="scope">
@@ -196,7 +196,7 @@
                 <span>{{ scope.row.materialName }}</span>
                 <span>{{ scope.row.materialName }}</span>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
+            <el-table-column align="left" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip>
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.specification" />
                 <CopyButton :copyText="scope.row.specification" />
                 <span>{{ scope.row.specification }}</span>
                 <span>{{ scope.row.specification }}</span>

+ 3 - 3
src/views/deposit_home/components/refund_list-detail.vue

@@ -386,7 +386,7 @@
                 align="left"
                 align="left"
                 label="物料编码"
                 label="物料编码"
                 prop="materialNumber"
                 prop="materialNumber"
-                min-width="160"
+                min-width="130"
                 show-overflow-tooltip
                 show-overflow-tooltip
               >
               >
                 <template slot-scope="scope">
                 <template slot-scope="scope">
@@ -400,7 +400,7 @@
               align="left"
               align="left"
               label="产品编码"
               label="产品编码"
               prop="materialOldNumber"
               prop="materialOldNumber"
-              min-width="160"
+              min-width="130"
               show-overflow-tooltip
               show-overflow-tooltip
             >
             >
               <template slot-scope="scope">
               <template slot-scope="scope">
@@ -414,7 +414,7 @@
                 <span>{{ scope.row.materialName }}</span>
                 <span>{{ scope.row.materialName }}</span>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
+            <el-table-column align="left" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip>
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <CopyButton :copy-text="scope.row.specification" />
                 <CopyButton :copy-text="scope.row.specification" />
                 <span>{{ scope.row.specification }}</span>
                 <span>{{ scope.row.specification }}</span>