chenrui 1 rok temu
rodzic
commit
cd1552eb81

+ 4 - 4
src/views/reportData/tireSalesReport/list.vue

@@ -234,16 +234,16 @@ export default {
         { title: '地区', dataIndex: 'salesBillNo', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '区域', dataIndex: 'createDate', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '分区', dataIndex: 'auditDate', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '客户名称', dataIndex: 'dealerName', width: '12%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '客户名称', dataIndex: 'dealerName', width: '16%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '商户类型', dataIndex: 'dealerLevelDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '商户级别', dataIndex: 'directDealerName', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品编码', dataIndex: 'indirectDealerName', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '产品名称', dataIndex: 'totalQty', width: '12%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '产品名称', dataIndex: 'totalQty', width: '16%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '唯一码', dataIndex: 'giftQty', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         // { title: '售价(开单金额)', dataIndex: 'totalRealSaleAmount', width: '12%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '出库时间', dataIndex: 'giftQty', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '客户出库日期', dataIndex: 'giftQty', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '当前所在客户', dataIndex: 'giftQty', width: '12%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        // { title: '客户出库日期', dataIndex: 'giftQty', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '当前所在客户', dataIndex: 'giftQty', width: '14%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '销售状态', dataIndex: 'giftQty', width: '10%', align: 'center', customRender: function (text) { return text || '--' } }
       ]
       if (this.$hasPermissions('M_salesOrderTotalList_salesPrice')) {

+ 2 - 1
src/views/salesManagement/outboundOrder/uniqueCodeList.vue

@@ -80,7 +80,7 @@
         </a-alert>
         <!-- 表格数据 -->
         <s-table
-          class="sTable"
+          class="sTable fixPagination"
           ref="table"
           :style="{ height: tableHeight+70+'px' }"
           size="small"
@@ -119,6 +119,7 @@ export default {
         warehouseSn: undefined,
         outBizTypeList: ['SALES', 'ALLOCATE']
       },
+      loading:false,
       orginData: [],
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {