|
@@ -0,0 +1,58 @@
|
|
|
|
|
+
|
|
|
|
|
+export const columnsPointPrice = [
|
|
|
|
|
+ { title: '序号', dataIndex: 'index', key: 'index', align: 'center', },
|
|
|
|
|
+ { title: '点价登记时间', dataIndex: 'applytime', key: 'applytime', align: 'center', },
|
|
|
|
|
+ { title: '点价审核时间', dataIndex: 'audittime', key: 'audittime', align: 'center', },
|
|
|
|
|
+ { title: '点价价格', dataIndex: 'pricedPrice', key: 'pricedPrice', align: 'center', },
|
|
|
|
|
+ { title: '升贴水', dataIndex: 'pricemove', key: 'pricemove', align: 'center', },
|
|
|
|
|
+ { title: '点价数量', dataIndex: 'pricedQty', key: 'pricedQty', align: 'center', },
|
|
|
|
|
+ { title: '点价金额', dataIndex: 'amount', key: 'amount', align: 'center', },
|
|
|
|
|
+ { title: '申请人', dataIndex: 'applyname', key: 'applyname', align: 'center', },
|
|
|
|
|
+ { title: '审核人', dataIndex: 'auditname', key: 'auditname', align: 'center', },
|
|
|
|
|
+ { title: '状态', dataIndex: 'applystatus', key: 'applystatus', align: 'center', slots: { customRender: 'status' }, },
|
|
|
|
|
+]
|
|
|
|
|
+export const columnsSettlement = [
|
|
|
|
|
+ { title: '序号', dataIndex: 'index', key: 'index', align: 'center', },
|
|
|
|
|
+ { title: '交收登记时间', dataIndex: 'applytime', key: 'applytime', align: 'center', },
|
|
|
|
|
+ { title: '交收审核时间', dataIndex: 'audittime', key: 'audittime', align: 'center', },
|
|
|
|
|
+ { title: '交收量', dataIndex: 'reckonrealqty', key: 'reckonrealqty', align: 'center', },
|
|
|
|
|
+ { title: '其他费用', dataIndex: 'reckonotheramount', key: 'reckonotheramount', align: 'center', },
|
|
|
|
|
+ { title: '调整保证金', dataIndex: 'addmargin', key: 'addmargin', align: 'center', },
|
|
|
|
|
+ { title: '调整金额', dataIndex: 'reckonadjustamount', key: 'reckonadjustamount', align: 'center', },
|
|
|
|
|
+ { title: '申请人', dataIndex: 'apply', key: 'apply', align: 'center', },
|
|
|
|
|
+ { title: '审核人', dataIndex: 'adutPerson', key: 'adutPerson', align: 'center', },
|
|
|
|
|
+ { title: '状态', dataIndex: 'applystatus', key: 'applystatus', align: 'center', slots: { customRender: 'status' }, },
|
|
|
|
|
+];
|
|
|
|
|
+export const columnsFund = [
|
|
|
|
|
+ { title: '序号', dataIndex: 'no', key: 'no', align: 'center', },
|
|
|
|
|
+ { title: '款项登记时间', dataIndex: 'applytime', key: 'applytime', align: 'center', },
|
|
|
|
|
+ { title: '款项审核时间', dataIndex: 'audittime', key: 'audittime', align: 'center', },
|
|
|
|
|
+ { title: '款项类型', dataIndex: 'kxtype', key: 'kxtype', align: 'center', },
|
|
|
|
|
+ { title: '金额', dataIndex: 'payamount', key: 'payamount', align: 'center', },
|
|
|
|
|
+ { title: '申请人', dataIndex: 'applyname', key: 'applyname', align: 'center', },
|
|
|
|
|
+ { title: '审核人', dataIndex: 'auditname', key: 'auditname', align: 'center', },
|
|
|
|
|
+ { title: '状态', dataIndex: 'applystatus', key: 'applystatus', align: 'center', slots: { customRender: 'status' }, },
|
|
|
|
|
+];
|
|
|
|
|
+export const columnsInvoice = [
|
|
|
|
|
+ { title: '序号', dataIndex: 'no', key: 'no', align: 'center', },
|
|
|
|
|
+ { title: '发票登记时间', dataIndex: 'applytime', key: 'applytime', align: 'center', },
|
|
|
|
|
+ { title: '发票审核时间', dataIndex: 'audittime', key: 'audittime', align: 'center', },
|
|
|
|
|
+ { title: '发票类型', dataIndex: 'kxtype', key: 'kxtype', align: 'center', },
|
|
|
|
|
+ { title: '金额', dataIndex: 'payamount', key: 'payamount', align: 'center', },
|
|
|
|
|
+ { title: '申请人', dataIndex: 'applyname', key: 'applyname', align: 'center', },
|
|
|
|
|
+ { title: '审核人', dataIndex: 'auditname', key: 'auditname', align: 'center', },
|
|
|
|
|
+ { title: '状态', dataIndex: 'applystatus', key: 'applystatus', align: 'center', slots: { customRender: 'status' }, },
|
|
|
|
|
+];
|
|
|
|
|
+export const columnsInWarehouse = [
|
|
|
|
|
+ { title: '序号', dataIndex: 'no', key: 'no', align: 'center', },
|
|
|
|
|
+ { title: '入库登记时间', dataIndex: 'applytime', key: 'applytime', align: 'center', },
|
|
|
|
|
+ { title: '入库审核时间', dataIndex: 'audittime', key: 'audittime', align: 'center', },
|
|
|
|
|
+ { title: '现货品种', dataIndex: 'kxtype', key: 'kxtype', align: 'center', },
|
|
|
|
|
+ { title: '品类', dataIndex: 'payamount', key: 'payamount', align: 'center', },
|
|
|
|
|
+ { title: '品牌', dataIndex: 'applyname', key: 'applyname', align: 'center', },
|
|
|
|
|
+ { title: '仓库', dataIndex: 'auditname', key: 'auditname', align: 'center', },
|
|
|
|
|
+ { title: '类型', dataIndex: 'applystatus', key: 'applystatus', align: 'center' },
|
|
|
|
|
+ { title: '数量', dataIndex: 'applystatus', key: 'applystatus', align: 'center' },
|
|
|
|
|
+];
|
|
|
|
|
+
|
|
|
|
|
+
|