소스 검색

销售发票-页面修改

jingbb 5 달 전
부모
커밋
08c2dfdff2
2개의 변경된 파일10개의 추가작업 그리고 6개의 파일을 삭제
  1. 9 5
      src/views/saleCode/salesInvoice/salesInvoiceForm.data.ts
  2. 1 1
      src/views/saleCode/salesInvoice/salesInvoiceList.vue

+ 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();