Commit 73890021 authored by 季圣华's avatar 季圣华
Browse files

调整单据列表的操作按钮的位置,改到最左侧

parent 2173def0
...@@ -170,6 +170,12 @@ ...@@ -170,6 +170,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
if(record.linkNumber) { if(record.linkNumber) {
...@@ -191,12 +197,6 @@ ...@@ -191,12 +197,6 @@
{ title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '金额合计', dataIndex: 'totalPrice',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -170,6 +170,12 @@ ...@@ -170,6 +170,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
if(record.linkNumber) { if(record.linkNumber) {
...@@ -191,12 +197,6 @@ ...@@ -191,12 +197,6 @@
{ title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '金额合计', dataIndex: 'totalPrice',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -170,6 +170,12 @@ ...@@ -170,6 +170,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
if(record.linkNumber) { if(record.linkNumber) {
...@@ -191,12 +197,6 @@ ...@@ -191,12 +197,6 @@
{ title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '金额合计', dataIndex: 'totalPrice',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -186,6 +186,12 @@ ...@@ -186,6 +186,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true}, { title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -208,12 +214,6 @@ ...@@ -208,12 +214,6 @@
{ title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '金额合计', dataIndex: 'totalPrice',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -186,6 +186,12 @@ ...@@ -186,6 +186,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true}, { title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -208,12 +214,6 @@ ...@@ -208,12 +214,6 @@
{ title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '金额合计', dataIndex: 'totalPrice',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -196,6 +196,12 @@ ...@@ -196,6 +196,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 160,
scopedSlots: { customRender: 'action' },
},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true}, { title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -230,12 +236,6 @@ ...@@ -230,12 +236,6 @@
{ title: '退款', dataIndex: 'changeAmount',width:50}, { title: '退款', dataIndex: 'changeAmount',width:50},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 160,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -198,6 +198,12 @@ ...@@ -198,6 +198,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 180,
scopedSlots: { customRender: 'action' },
},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true}, { title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -238,12 +244,6 @@ ...@@ -238,12 +244,6 @@
}, },
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 180,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -176,6 +176,12 @@ ...@@ -176,6 +176,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true}, { title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -208,12 +214,6 @@ ...@@ -208,12 +214,6 @@
{ title: '支付订金', dataIndex: 'changeAmount',width:60}, { title: '支付订金', dataIndex: 'changeAmount',width:60},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -196,6 +196,12 @@ ...@@ -196,6 +196,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '会员', dataIndex: 'organName',width:120, ellipsis:true}, { title: '会员', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -228,12 +234,6 @@ ...@@ -228,12 +234,6 @@
{ title: '找零', dataIndex: 'backAmount',width:50}, { title: '找零', dataIndex: 'backAmount',width:50},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -190,6 +190,12 @@ ...@@ -190,6 +190,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '会员', dataIndex: 'organName',width:120, ellipsis:true}, { title: '会员', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -222,12 +228,6 @@ ...@@ -222,12 +228,6 @@
{ title: '找零', dataIndex: 'backAmount',width:50}, { title: '找零', dataIndex: 'backAmount',width:50},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -196,6 +196,12 @@ ...@@ -196,6 +196,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 160,
scopedSlots: { customRender: 'action' },
},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true}, { title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -230,12 +236,6 @@ ...@@ -230,12 +236,6 @@
{ title: '退款', dataIndex: 'changeAmount',width:50}, { title: '退款', dataIndex: 'changeAmount',width:50},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 160,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -182,6 +182,12 @@ ...@@ -182,6 +182,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true}, { title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -217,12 +223,6 @@ ...@@ -217,12 +223,6 @@
}, },
{ title: '采购进度', dataIndex: 'purchaseStatus', width: 70, align: "center", { title: '采购进度', dataIndex: 'purchaseStatus', width: 70, align: "center",
scopedSlots: { customRender: 'customRenderPurchaseStatus' } scopedSlots: { customRender: 'customRenderPurchaseStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -198,6 +198,12 @@ ...@@ -198,6 +198,12 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 180,
scopedSlots: { customRender: 'action' },
},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true}, { title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160, { title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) { customRender:function (text,record,index) {
...@@ -238,12 +244,6 @@ ...@@ -238,12 +244,6 @@
}, },
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 180,
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -172,6 +172,13 @@ ...@@ -172,6 +172,13 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
},
{ title: '付款会员', dataIndex: 'organName',width:140, ellipsis:true}, { title: '付款会员', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据编号', dataIndex: 'billNo',width:160},
...@@ -182,13 +189,6 @@ ...@@ -182,13 +189,6 @@
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -172,6 +172,13 @@ ...@@ -172,6 +172,13 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160}, { title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
...@@ -180,13 +187,6 @@ ...@@ -180,13 +187,6 @@
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -182,6 +182,13 @@ ...@@ -182,6 +182,13 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
},
{ title: '往来单位', dataIndex: 'organName',width:140, ellipsis:true}, { title: '往来单位', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据编号', dataIndex: 'billNo',width:160},
...@@ -191,13 +198,6 @@ ...@@ -191,13 +198,6 @@
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -182,6 +182,13 @@ ...@@ -182,6 +182,13 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
},
{ title: '往来单位', dataIndex: 'organName',width:140, ellipsis:true}, { title: '往来单位', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据编号', dataIndex: 'billNo',width:160},
...@@ -191,13 +198,6 @@ ...@@ -191,13 +198,6 @@
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -183,6 +183,13 @@ ...@@ -183,6 +183,13 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
},
{ title: '客户', dataIndex: 'organName',width:140, ellipsis:true}, { title: '客户', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据编号', dataIndex: 'billNo',width:160},
...@@ -194,13 +201,6 @@ ...@@ -194,13 +201,6 @@
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -183,6 +183,13 @@ ...@@ -183,6 +183,13 @@
}, },
// 表头 // 表头
columns: [ columns: [
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
},
{ title: '供应商', dataIndex: 'organName',width:140, ellipsis:true}, { title: '供应商', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140}, { title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160}, { title: '单据编号', dataIndex: 'billNo',width:160},
...@@ -194,13 +201,6 @@ ...@@ -194,13 +201,6 @@
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
width:200,
align:"center",
scopedSlots: { customRender: 'action' },
} }
], ],
url: { url: {
......
...@@ -97,15 +97,15 @@ ...@@ -97,15 +97,15 @@
return parseInt(index)+1; return parseInt(index)+1;
} }
}, },
{title: '属性名', dataIndex: 'attributeName', width: 200},
{title: '属性值(用竖线隔开)', dataIndex: 'attributeValue', width: 500},
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: 100, width: 100,
align:"center", align:"center",
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} },
{title: '属性名', dataIndex: 'attributeName', width: 200},
{title: '属性值(用竖线隔开)', dataIndex: 'attributeValue', width: 500}
], ],
url: { url: {
list: "/materialAttribute/list", list: "/materialAttribute/list",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment