Bläddra i källkod

【修改】 bug

Howie 3 år sedan
förälder
incheckning
dbbb19214b

+ 2 - 1
src/views/supply/apply/components/design/panel.js

@@ -165,13 +165,14 @@ export default {
 
           }
           , {
-            "title": "数量",
+             "title": "数量",
             "field": "refundableQty",
             "width": 23,
             "align": "center",
             "colspan": 1,
             "rowspan": 1,
             "fontSize": 13,
+            "tableSummary": "sum"
 
           }
           // , {

+ 2 - 1
src/views/supply/deliver/components/design/panel.js

@@ -165,13 +165,14 @@ export default {
 
           }
           , {
-            "title": "数量",
+             "title": "数量",
             "field": "refundableQty",
             "width": 23,
             "align": "center",
             "colspan": 1,
             "rowspan": 1,
             "fontSize": 13,
+            "tableSummary": "sum"
 
           }
           // , {

+ 12 - 0
src/views/supply/implement/implement_list.vue

@@ -220,6 +220,18 @@
             <!-- <el-table-column align="left" label="订单备注" prop="headerRemark" min-width="160" show-overflow-tooltip></el-table-column> -->
             <el-table-column align="left" label="表头备注" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="表体备注" prop="itemRemark" min-width="160" show-overflow-tooltip></el-table-column>
+            <el-table-column align="left" label="销售政策名称" prop="policyTitle" min-width="350" show-overflow-tooltip>
+              <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.policyTitle" />
+                <span>{{scope.row.policyTitle}}</span>
+              </template>
+            </el-table-column>
+            <el-table-column align="left" label="销售政策编码" prop="policyCode" min-width="350" show-overflow-tooltip>
+              <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.policyCode" />
+                <span>{{scope.row.policyCode}}</span>
+              </template>
+            </el-table-column>
           </el-table>
         </div>
       </div>

+ 12 - 0
src/views/supply/implement/implement_total_list.vue

@@ -219,6 +219,18 @@
             <!-- <el-table-column align="left" label="订单备注" prop="headerRemark" min-width="160" show-overflow-tooltip></el-table-column> -->
             <el-table-column align="left" label="表头备注" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="表体备注" prop="itemRemark" min-width="160" show-overflow-tooltip></el-table-column>
+            <el-table-column align="left" label="销售政策名称" prop="policyTitle" min-width="350" show-overflow-tooltip>
+              <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.policyTitle" />
+                <span>{{scope.row.policyTitle}}</span>
+              </template>
+            </el-table-column>
+            <el-table-column align="left" label="销售政策编码" prop="policyCode" min-width="350" show-overflow-tooltip>
+              <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.policyCode" />
+                <span>{{scope.row.policyCode}}</span>
+              </template>
+            </el-table-column>
           </el-table>
         </div>
       </div>

+ 3 - 3
src/views/supply/pickup/components/design/panel.js

@@ -166,14 +166,14 @@ export default {
 
           }
           , {
-            "title": "数量",
+             "title": "数量",
             "field": "refundableQty",
             "width": 23,
             "align": "center",
             "colspan": 1,
             "rowspan": 1,
             "fontSize": 13,
-
+            "tableSummary": "sum"
           }
           // , {
           //   "title": "订单备注",
@@ -252,7 +252,7 @@ export default {
         "height": 13,
         "width": 218,
         "fontSize": 13,
-        "title": "车",
+        "title": "车",
         "fontFamily": '黑体',
         "field": "pickCar",
         "testData": "",