123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
- export default {
- "panels": [{
- "index": 0,
- "height": 140,
- "width": 241,
- "paperCount":222,
- "printElements": [{
- "options": {
- "left": 0,
- "top": 25,
- "height": 27,
- "width": 656,
- "field": "company",
- "fontSize": 19,
- "fontWeight": "600",
- "fontFamily": '黑体',
- "textAlign": "center",
- "lineHeight": 26
- }, "printElementType": { "title": "", "type": "text" }
- }, {
- "options": {
- "left": 40,
- "top": 50,
- "height": 13,
- "width": 328,
- "fontSize": 13,
- "title": "经销商编码",
- "fontFamily": '黑体',
- "field": "customerNumber",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- }, {
- "options": {
- "left": 348,
- "top": 50,
- "height": 13,
- "width": 328,
- "fontSize": 13,
- "title": "打印日期",
- "fontFamily": '黑体',
- "field": "nowDate",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- , {
- "options": {
- "left": 40,
- "top": 70,
- "height": 13,
- "width": 328,
- "fontSize": 13,
- "title": "经销商",
- "fontFamily": '黑体',
- "field": "customerName",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- }, {
- "options": {
- "left": 348,
- "top": 70,
- "height": 13,
- "width": 328,
- "fontSize": 13,
- "title": "仓库",
- "fontFamily": '黑体',
- "field": "correspondName",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- , {
- "options": {
- "left": 40,
- "top": 90,
- "height": 13,
- "width": 328,
- "fontSize": 13,
- "title": "备注",
- "fontFamily": '黑体',
- "field": "headerRemark",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- {
- "options": {
- "left": 23,
- "top": 115,
- "height": 381,
- "width": 633,
- "fontSize": 13,
- "field": "table",
- "fontFamily": '黑体',
- "lineHeight": 16,
- "tableFooterRepeat": "",
- "columns": [[
- {
- "title": "出库单号",
- "field": "salesId",
- "width": 40,
- "align": "left",
- "colspan": 1,
- "rowspan": 1,
- "fontSize": 13,
- }, {
- "title": "发货单号",
- "field": "invoiceId",
- "width": 47,
- "align": "left",
- "colspan": 1,
- "rowspan": 1,
- "fontSize": 13,
-
- }
- , {
- "title": "发货日期",
- "field": "createTime",
- "width": 25,
- "align": "left",
- "colspan": 1,
- "rowspan": 1,
- "fontSize": 13,
-
- }
- , {
- "title": "订单号",
- "field": "enginOrderType",
- "width": 40,
- "align": "left",
- "colspan": 1,
- "rowspan": 1,
- "fontSize": 13,
-
- }
- , {
- "title": "存货名称",
- "field": "materialName",
- "width": 40,
- "align": "left",
- "colspan": 1,
- "rowspan": 1,
- "fontSize": 13,
- }, {
- "title": "规格型号",
- "field": "specification",
- "width": 120,
- "align": "left",
- "colspan": 1,
- "rowspan": 1,
- "fontSize": 13,
- }
- , {
- "title": "数量",
- "field": "refundableQty",
- "width": 23,
- "align": "center",
- "colspan": 1,
- "rowspan": 1,
- "fontSize": 13,
- }
- // , {
- // "title": "订单备注",
- // "field": "headerRemark",
- // "width": 40,
- // "align": "center",
- // "colspan": 1,
- // "rowspan": 1,
- // "fontSize": 13,
- // }
-
- ,
-
- {
- "title": "备注说明",
- "field": "pjxh1Text",
- "width": 40,
- "align": "left",
- "colspan": 2,
- "rowspan": 1,
- "fontSize": 13,
- }]]
- }, "printElementType": {
- "title": "表格", "type": "table",
- editable: true,
- columnDisplayEditable: true,//列显示是否能编辑
- columnDisplayIndexEditable: true,//列顺序显示是否能编辑
- columnTitleEditable: true,//列标题是否能编辑
- columnResizable: true, //列宽是否能调整
- columnAlignEditable: true,//列对齐是否调整
- isEnableEditField: true, //编辑字段
- isEnableContextMenu: true, //开启右键菜单 默认true
- isEnableInsertRow: true, //插入行
- isEnableDeleteRow: true, //删除行
- isEnableInsertColumn: true, //插入列
- isEnableDeleteColumn: true, //删除列
- isEnableMergeCell: true, //合并单元格
- }
- },
- , {
- "options": {
- "left": 40,
- "top": 360,
- "height": 13,
- "width": 218,
- "fontSize": 13,
- "title": "",
- "fontFamily": '黑体',
- "field": "takerName",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- {
- "options": {
-
- "left": 40,
- "top": 381,
- "height": 13,
- "width": 218,
- "fontSize": 13,
- "title": "打单",
- "fontFamily": '黑体',
- "field": "createBy",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- {
- "options": {
- "left": 238,
- "top": 381,
- "height": 13,
- "width": 218,
- "fontSize": 13,
- "title": "车辆",
- "fontFamily": '黑体',
- "field": "pickCar",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- {
- "options": {
- "left": 238,
- "top": 360,
- "height": 13,
- "width": 218,
- "fontSize": 13,
- "title": "联系方式",
- "fontFamily": '黑体',
- "field": "takerPhone",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- {
- "options": {
- "left": 463,
- "top": 360,
- "height": 13,
- "width": 218,
- "fontSize": 13,
- "title": "提单",
- "fontFamily": '黑体',
- "field": "takerDa",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- {
- "options": {
- "left": 463,
- "top": 381,
- "height": 13,
- "width": 218,
- "fontSize": 13,
- "title": "仓库",
- "fontFamily": '黑体',
- "field": "correspondNames",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- },
- {
- "options": {
- "left": 650,
- "top": 381,
- "height": 13,
- "width": 218,
- "fontSize": 16,
- "title": "",
- "fontFamily": '黑体',
- "field": "pageNumber",
- "testData": "",
- "color": "#000",
- "textAlign": "left"
- }, "printElementType": { "title": "", "type": "text" }
- }],
- "paperNumberDisabled": true
- }]
- }
|