全部设备新增跳过空白页

This commit is contained in:
13038267101 2023-08-26 15:23:41 +08:00
parent 56c83d9544
commit 705164889e
7 changed files with 108 additions and 12 deletions

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G100-G200", "device_type": "G100-G200",
"option_count": 65 "option_count": 66
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -476,6 +476,22 @@
"size": 40, "size": 40,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"] "range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
}, },
"discardblank": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "跳过空白页",
"desc": "",
"type": "bool",
"cur": true,
"default": true,
"size": 4
},
"blank-sensitivity": { "blank-sensitivity": {
"cat": "base", "cat": "base",
"readonly": false, "readonly": false,
@ -496,7 +512,7 @@
"max": 100, "max": 100,
"step": 1 "step": 1
}, },
"depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"] "depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
}, },
"fold-type": { "fold-type": {
"cat": "base", "cat": "base",

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G300", "device_type": "G300",
"option_count": 64 "option_count": 65
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -493,6 +493,22 @@
"size": 50, "size": 50,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"] "range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
}, },
"discardblank": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "跳过空白页",
"desc": "",
"type": "bool",
"cur": false,
"default": false,
"size": 4
},
"blank-sensitivity": { "blank-sensitivity": {
"cat": "base", "cat": "base",
"readonly": false, "readonly": false,
@ -513,7 +529,7 @@
"max": 100, "max": 100,
"step": 1 "step": 1
}, },
"depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"] "depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
}, },
"fold-type": { "fold-type": {
"cat": "base", "cat": "base",

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G302", "device_type": "G302",
"option_count": 62 "option_count": 63
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -476,6 +476,22 @@
"size": 50, "size": 50,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"] "range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
}, },
"discardblank": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "跳过空白页",
"desc": "",
"type": "bool",
"cur": false,
"default": false,
"size": 4
},
"blank-sensitivity": { "blank-sensitivity": {
"cat": "base", "cat": "base",
"readonly": false, "readonly": false,
@ -496,7 +512,7 @@
"max": 100, "max": 100,
"step": 1 "step": 1
}, },
"depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"] "depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
}, },
"fold-type": { "fold-type": {
"cat": "base", "cat": "base",

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G400", "device_type": "G400",
"option_count": 63 "option_count": 64
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -476,6 +476,22 @@
"size": 50, "size": 50,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"] "range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
}, },
"discardblank": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "跳过空白页",
"desc": "",
"type": "bool",
"cur": false,
"default": false,
"size": 4
},
"blank-sensitivity": { "blank-sensitivity": {
"cat": "base", "cat": "base",
"readonly": false, "readonly": false,
@ -496,7 +512,7 @@
"max": 100, "max": 100,
"step": 1 "step": 1
}, },
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)"] "depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
}, },
"fold-type": { "fold-type": {
"cat": "base", "cat": "base",

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G402", "device_type": "G402",
"option_count": 63 "option_count": 64
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -476,6 +476,22 @@
"size": 40, "size": 40,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"] "range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
}, },
"discardblank": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "跳过空白页",
"desc": "",
"type": "bool",
"cur": true,
"default": true,
"size": 4
},
"blank-sensitivity": { "blank-sensitivity": {
"cat": "base", "cat": "base",
"readonly": false, "readonly": false,
@ -496,7 +512,7 @@
"max": 100, "max": 100,
"step": 1 "step": 1
}, },
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)"] "depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
}, },
"fold-type": { "fold-type": {
"cat": "base", "cat": "base",

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G439", "device_type": "G439",
"option_count": 70 "option_count": 71
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -493,6 +493,22 @@
"size": 40, "size": 40,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"] "range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
}, },
"discardblank": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "跳过空白页",
"desc": "",
"type": "bool",
"cur": false,
"default": false,
"size": 4
},
"blank-sensitivity": { "blank-sensitivity": {
"cat": "base", "cat": "base",
"readonly": false, "readonly": false,
@ -513,7 +529,7 @@
"max": 100, "max": 100,
"step": 1 "step": 1
}, },
"depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"] "depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
}, },
"fold-type": { "fold-type": {
"cat": "base", "cat": "base",

Binary file not shown.