diff --git a/jshERP-web/src/views/bill/AllocationOutList.vue b/jshERP-web/src/views/bill/AllocationOutList.vue index 36fbb165..0f4a6390 100644 --- a/jshERP-web/src/views/bill/AllocationOutList.vue +++ b/jshERP-web/src/views/bill/AllocationOutList.vue @@ -172,7 +172,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/AssembleList.vue b/jshERP-web/src/views/bill/AssembleList.vue index e6c2f711..d5fa9bbf 100644 --- a/jshERP-web/src/views/bill/AssembleList.vue +++ b/jshERP-web/src/views/bill/AssembleList.vue @@ -172,7 +172,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/DisassembleList.vue b/jshERP-web/src/views/bill/DisassembleList.vue index fc7c1bbf..e4e39c4b 100644 --- a/jshERP-web/src/views/bill/DisassembleList.vue +++ b/jshERP-web/src/views/bill/DisassembleList.vue @@ -172,7 +172,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/OtherInList.vue b/jshERP-web/src/views/bill/OtherInList.vue index c75aecd8..6a00f8f5 100644 --- a/jshERP-web/src/views/bill/OtherInList.vue +++ b/jshERP-web/src/views/bill/OtherInList.vue @@ -189,7 +189,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/OtherOutList.vue b/jshERP-web/src/views/bill/OtherOutList.vue index ba8f4a89..cb8c3b64 100644 --- a/jshERP-web/src/views/bill/OtherOutList.vue +++ b/jshERP-web/src/views/bill/OtherOutList.vue @@ -189,7 +189,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/PurchaseBackList.vue b/jshERP-web/src/views/bill/PurchaseBackList.vue index e029f34b..f630b1d5 100644 --- a/jshERP-web/src/views/bill/PurchaseBackList.vue +++ b/jshERP-web/src/views/bill/PurchaseBackList.vue @@ -189,7 +189,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/PurchaseInList.vue b/jshERP-web/src/views/bill/PurchaseInList.vue index 944e3d31..293049aa 100644 --- a/jshERP-web/src/views/bill/PurchaseInList.vue +++ b/jshERP-web/src/views/bill/PurchaseInList.vue @@ -191,7 +191,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/PurchaseOrderList.vue b/jshERP-web/src/views/bill/PurchaseOrderList.vue index 5d08102b..f6513c63 100644 --- a/jshERP-web/src/views/bill/PurchaseOrderList.vue +++ b/jshERP-web/src/views/bill/PurchaseOrderList.vue @@ -177,7 +177,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/RetailBackList.vue b/jshERP-web/src/views/bill/RetailBackList.vue index 599f7bbe..16b4fa22 100644 --- a/jshERP-web/src/views/bill/RetailBackList.vue +++ b/jshERP-web/src/views/bill/RetailBackList.vue @@ -189,7 +189,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '付款金额', dataIndex: 'getAmount',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/RetailOutList.vue b/jshERP-web/src/views/bill/RetailOutList.vue index 8a1eae24..93f78f96 100644 --- a/jshERP-web/src/views/bill/RetailOutList.vue +++ b/jshERP-web/src/views/bill/RetailOutList.vue @@ -183,7 +183,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '收款金额', dataIndex: 'getAmount',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/SaleBackList.vue b/jshERP-web/src/views/bill/SaleBackList.vue index 9d158b95..a5a29905 100644 --- a/jshERP-web/src/views/bill/SaleBackList.vue +++ b/jshERP-web/src/views/bill/SaleBackList.vue @@ -189,7 +189,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/SaleOrderList.vue b/jshERP-web/src/views/bill/SaleOrderList.vue index 7a987614..919e99e1 100644 --- a/jshERP-web/src/views/bill/SaleOrderList.vue +++ b/jshERP-web/src/views/bill/SaleOrderList.vue @@ -177,7 +177,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 70, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/SaleOutList.vue b/jshERP-web/src/views/bill/SaleOutList.vue index d0302bc7..f875ad84 100644 --- a/jshERP-web/src/views/bill/SaleOutList.vue +++ b/jshERP-web/src/views/bill/SaleOutList.vue @@ -191,7 +191,7 @@ } }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/financial/AdvanceInList.vue b/jshERP-web/src/views/financial/AdvanceInList.vue index 2049e27d..f6dc4081 100644 --- a/jshERP-web/src/views/financial/AdvanceInList.vue +++ b/jshERP-web/src/views/financial/AdvanceInList.vue @@ -159,7 +159,7 @@ { title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据日期 ', dataIndex: 'billTimeStr',width:160}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '合计金额', dataIndex: 'totalPrice',width:80}, { title: '收款金额', dataIndex: 'changeAmount',width:80}, { title: '备注', dataIndex: 'remark',width:200}, diff --git a/jshERP-web/src/views/financial/GiroList.vue b/jshERP-web/src/views/financial/GiroList.vue index efe26a73..fa406d25 100644 --- a/jshERP-web/src/views/financial/GiroList.vue +++ b/jshERP-web/src/views/financial/GiroList.vue @@ -148,7 +148,7 @@ { title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据日期 ', dataIndex: 'billTimeStr',width:160}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '实付金额', dataIndex: 'changeAmount',width:80}, { title: '备注', dataIndex: 'remark',width:200}, { title: '状态', dataIndex: 'status', width: 80, align: "center", diff --git a/jshERP-web/src/views/financial/ItemInList.vue b/jshERP-web/src/views/financial/ItemInList.vue index 6d7164bd..782df924 100644 --- a/jshERP-web/src/views/financial/ItemInList.vue +++ b/jshERP-web/src/views/financial/ItemInList.vue @@ -159,7 +159,7 @@ { title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据日期 ', dataIndex: 'billTimeStr',width:160}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '收入金额', dataIndex: 'changeAmount',width:80}, { title: '备注', dataIndex: 'remark',width:200}, { title: '状态', dataIndex: 'status', width: 80, align: "center", diff --git a/jshERP-web/src/views/financial/ItemOutList.vue b/jshERP-web/src/views/financial/ItemOutList.vue index 491823ac..42d47897 100644 --- a/jshERP-web/src/views/financial/ItemOutList.vue +++ b/jshERP-web/src/views/financial/ItemOutList.vue @@ -159,7 +159,7 @@ { title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据日期 ', dataIndex: 'billTimeStr',width:160}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '支出金额', dataIndex: 'changeAmount',width:80}, { title: '备注', dataIndex: 'remark',width:200}, { title: '状态', dataIndex: 'status', width: 80, align: "center", diff --git a/jshERP-web/src/views/financial/MoneyInList.vue b/jshERP-web/src/views/financial/MoneyInList.vue index 2c4b7e71..954d6313 100644 --- a/jshERP-web/src/views/financial/MoneyInList.vue +++ b/jshERP-web/src/views/financial/MoneyInList.vue @@ -160,7 +160,7 @@ { title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据日期 ', dataIndex: 'billTimeStr',width:160}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '合计收款', dataIndex: 'totalPrice',width:80}, { title: '优惠金额', dataIndex: 'discountMoney',width:80}, { title: '实际收款', dataIndex: 'changeAmount',width:80}, diff --git a/jshERP-web/src/views/financial/MoneyOutList.vue b/jshERP-web/src/views/financial/MoneyOutList.vue index ca8130a5..e2e0325a 100644 --- a/jshERP-web/src/views/financial/MoneyOutList.vue +++ b/jshERP-web/src/views/financial/MoneyOutList.vue @@ -160,7 +160,7 @@ { title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据日期 ', dataIndex: 'billTimeStr',width:160}, - { title: '操作员', dataIndex: 'userName',width:80}, + { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '合计付款', dataIndex: 'totalPrice',width:80}, { title: '优惠金额', dataIndex: 'discountMoney',width:80}, { title: '实际付款', dataIndex: 'changeAmount',width:80},