浏览代码

销售发票-页面修改

jingbb 5 月之前
父节点
当前提交
08c2dfdff2

+ 9 - 5
src/views/saleCode/salesInvoice/salesInvoiceForm.data.ts

@@ -8,6 +8,7 @@ export const columns: BasicColumn[] = [
    {
     title: '发票单号(bill code)',
     align:"center",
+    ellipsis:true,
     dataIndex: 'billCode'
    },  
    {
@@ -23,7 +24,7 @@ export const columns: BasicColumn[] = [
    {
     title: '项目(project)',
     align:"center",
-    width:250,
+    ellipsis:true,
     dataIndex: 'projectName'
    },
    {
@@ -35,6 +36,7 @@ export const columns: BasicColumn[] = [
    {
     title: '购方(buyer)',
     align:"center",
+    ellipsis:true,
     dataIndex: 'buyer'
    },
    {
@@ -42,11 +44,12 @@ export const columns: BasicColumn[] = [
     align:"center",
     dataIndex: 'buyerTaxNumber',
     width:250,
+    ellipsis:true,
    },
    {
     title: '销售订单(sale order)',
     align:"center",
-    dataIndex: 'saleOrder'
+    dataIndex: 'saleOrder',
    },
    {
     title: '采购订单(purchase order)',
@@ -61,19 +64,20 @@ export const columns: BasicColumn[] = [
    {
     title: '签单/提单(sign/bill of lading)',
     align:"center",
-    dataIndex: 'sign'
+    dataIndex: 'sign',
+    width:300,
    },
    {
     title: '价税合计(tax money)',
     align:"center",
     dataIndex: 'taxMoney',
-    width:300,
+    ellipsis:true,
    },
    {
     title: '盖章发票(stapm invoice)',
     align:"center",
     dataIndex: 'stapmInvoice',
-    width:250,
+    
    },
    {
     title: '提交(submit)',

+ 1 - 1
src/views/saleCode/salesInvoice/salesInvoiceList.vue

@@ -125,7 +125,7 @@
                  fixed:'right'
              },
              scroll:{
-              x:'4000px'
+              x:'2800px'
              },
              beforeFetch: async (params) => {
                let rangerQuery = await setRangeQuery();