123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830 |
- //咨询单总数
- const table1 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- // {
- // type: "selection",
- // fixed: "left",
- // _noset_: true
- // },
- {
- prop: "addtime",
- label: "咨询时间",
- minWidth: "155px",
- },
- {
- prop: "name",
- label: "业务部门",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "咨询数量",
- minWidth: "155px",
- },
- ]
- //采购订单总金额
- const table2 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- // {
- // type: "selection",
- // fixed: "left",
- // _noset_: true
- // },
- {
- prop: "addtime",
- label: "咨询时间",
- minWidth: "155px",
- },
- {
- prop: "name",
- label: "业务部门",
- minWidth: "155px",
- },
- {
- prop: "total_fee",
- label: "采购金额",
- minWidth: "155px",
- },
- {
- prop: "good_num",
- label: "数量",
- minWidth: "155px",
- },
- {
- prop: "wait_total_fee",
- label: "待处理采购金额",
- minWidth: "155px",
- },
- {
- prop: "wait_good_num",
- label: "待处理采购单数",
- minWidth: "155px",
- },
- ]
- //采购员回复咨询单数
- const table3 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- // {
- // type: "selection",
- // fixed: "left",
- // _noset_: true
- // },
- {
- prop: "addtime",
- label: "采反日期",
- minWidth: "155px",
- },
- {
- prop: "name",
- label: "创建人部门",
- minWidth: "155px",
- },
- {
- prop: "nickname",
- label: "采购员",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "采反次数",
- minWidth: "155px",
- },
- {
- prop: "num",
- label: "采反商品数量",
- minWidth: "155px",
- },
- ]
- //采购员订单金额
- const table4 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- // {
- // type: "selection",
- // fixed: "left",
- // _noset_: true
- // },
- {
- prop: "addtime",
- label: "采购日期",
- minWidth: "155px",
- },
- {
- prop: "cgder",
- label: "采购员",
- minWidth: "155px",
- },
- {
- prop: "good_num",
- label: "采购数量",
- minWidth: "155px",
- },
- {
- prop: "total_fee",
- label: "采购货款",
- minWidth: "155px",
- },
- {
- prop: "wait_good_num",
- label: "待处理采购数量",
- minWidth: "155px",
- },
- {
- prop: "wait_total_fee",
- label: "待处理采购货款",
- minWidth: "155px",
- },
- ]
- //已采反报价信息
- const table5 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "addtime",
- label: "咨询时间",
- minWidth: "155px",
- },
- {
- prop: "bidNo",
- label: "采购反馈单号",
- minWidth: "155px",
- },
- {
- prop: "zxNo",
- label: "咨询订单号",
- minWidth: "155px",
- },
- {
- prop: "cbaddtime",
- label: "回复时间",
- minWidth: "155px",
- },
- {
- prop: "good_name",
- label: "产品名称",
- minWidth: "165px",
- },
- {
- prop: "supplier",
- label: "供应商名称",
- minWidth: "165px",
- },
- {
- prop: "total_fee",
- label: "成本合计",
- minWidth: "125px",
- },
- {
- prop: "delivery_day",
- label: "物流时间(天)",
- minWidth: "95px",
- },
- {
- prop: "work_day",
- label: "产品工期(天)",
- minWidth: "95px",
- },
- {
- prop: "expire_day",
- label: "信息有效期(天)",
- minWidth: "95px",
- },
- {
- prop: "creater",
- label: "采购员",
- minWidth: "95px",
- },
- {
- prop: "num",
- label: "需求数量",
- minWidth: "105px",
- },
- {
- prop: "arrival_time",
- label: "要求到货日期",
- minWidth: "155px",
- },
- {
- prop: "salesman",
- label: "业务人员",
- minWidth: "105px",
- },
- {
- prop: "companyName",
- label: "客户名称",
- minWidth: "195px",
- },
- ]
- //未采返信息
- const table6 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "咨询订单号",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "需求数量",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "客户名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "咨询时间",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "截止时间",
- minWidth: "155px",
- },
- ]
- //订单明细报表
- const table7 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "cgdNo",
- label: "采购单编号",
- minWidth: "155px",
- },
- {
- prop: "addtime",
- label: "创建时间",
- minWidth: "155px",
- },
- {
- prop: "supplierNo",
- label: "供应商编号",
- minWidth: "155px",
- },
- {
- prop: "supplier_name",
- label: "供应商名称",
- minWidth: "155px",
- },
- {
- prop: "good_name",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "good_num",
- label: "购买数量",
- minWidth: "110px",
- },
- {
- prop: "nake_fee",
- label: "裸价",
- minWidth: "100px",
- },
- {
- prop: "total_fee",
- label: "成本合计",
- minWidth: "110px",
- },
- {
- prop: "status",
- label: "单据状态",
- minWidth: "155px",
- },
- {
- prop: "send_status",
- label: "发货状态",
- minWidth: "110px",
- },
- {
- prop: "wsend_num",
- label: "未发货数量",
- minWidth: "110px",
- },
- {
- prop: "creater",
- label: "创建人",
- minWidth: "110px",
- },
- {
- prop: "company",
- label: "客户名称",
- minWidth: "155px",
- },
- {
- prop: "cgder",
- label: "采购员",
- minWidth: "110px",
- },
- {
- prop: "send_time",
- label: "发货时间",
- minWidth: "155px",
- },
- ]
- //售后明细报表
- const table8 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "售后单编号",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "创建时间",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "采购单编号",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "购买数量",
- minWidth: "105px",
- },
- {
- prop: "total",
- label: "签收日期",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "提出售后日期",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "售后数量",
- minWidth: "105px",
- },
- {
- prop: "total",
- label: "问题描述",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "售后状态",
- minWidth: "155px",
- },
- ]
- //每日录入供应商报表
- const table9 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "录入供应商时间",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "采购维护人",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商性质",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商来源",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "付款方式",
- minWidth: "125px",
- },
- {
- prop: "total",
- label: "发货方式",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "修改供应商时间",
- minWidth: "155px",
- },
- ]
- //退货流水报表
- const table10 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "退货单号",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "退货时间",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "采购单编号",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "购买数量",
- minWidth: "105px",
- },
- {
- prop: "total",
- label: "采购员",
- minWidth: "105px",
- },
- {
- prop: "total",
- label: "退货数量",
- minWidth: "115px",
- },
- {
- prop: "total",
- label: "已发货数量",
- minWidth: "115px",
- },
- {
- prop: "total",
- label: "退货原因",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商是否可以退货",
- minWidth: "155px",
- },
- ]
- //产品上线报表
- const table11 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "采购维护人",
- minWidth: "125px",
- },
- {
- prop: "total",
- label: "产品编号(skuCode)",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品编号(spuCode)",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "品牌名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品型号",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "税点",
- minWidth: "105px",
- },
- {
- prop: "total",
- label: "成本价合计",
- minWidth: "115px",
- },
- {
- prop: "total",
- label: "上线时间",
- minWidth: "155px",
- },
- ]
- //产品下线报表
- const table12 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "产品下线时间",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "采购维护人",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品编号(skuCode)",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品编号(spuCode)",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商名称",
- minWidth: "155px",
- },
- ]
- //产品修改报表
- const table13 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "产品操作时间",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "采购维护人",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品编号(spuCode)",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "供应商名称",
- minWidth: "155px",
- },
- ]
- //出入库明细报表
- const table14 = [
- // {
- // type: "expand",
- // _slot_: "expand",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- type: "selection",
- fixed: "left",
- _noset_: true
- },
- {
- prop: "date",
- label: "创建人",
- minWidth: "115px",
- },
- {
- prop: "total",
- label: "创建人公司",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "创建人部门",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "创建时间",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "单据状态",
- minWidth: "115px",
- },
- {
- prop: "total",
- label: "采购单号",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "出入库类型",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品名称",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "产品编码",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "出入库数量",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "出入库日期",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "维护人员",
- minWidth: "115px",
- },
- {
- prop: "total",
- label: "发起人",
- minWidth: "115px",
- },
- {
- prop: "total",
- label: "库房性质",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "库房公司",
- minWidth: "155px",
- },
- {
- prop: "total",
- label: "库房名称",
- minWidth: "155px",
- },
- ]
- export { table1, table2, table3, table4, table5,table6,table7,table8,table9,table10,table11,table12,table13,table14}
|