扫描数量默认设置为-1

This commit is contained in:
yangjiaxuan 2023-08-17 17:58:25 +08:00
parent defecb118a
commit 791811be41
7 changed files with 14 additions and 14 deletions

View File

@ -1056,8 +1056,8 @@
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"cur": 1,
"default": 1,
"cur": -1,
"default": -1,
"size": 4,
"depend_or": ["scan-mode==扫描指定张数"]
},

View File

@ -1158,8 +1158,8 @@
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"cur": 1,
"default": 1,
"cur": -1,
"default": -1,
"size": 4,
"depend_or": ["scan-mode==扫描指定张数"]
},

View File

@ -1091,8 +1091,8 @@
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"cur": 1,
"default": 1,
"cur": -1,
"default": -1,
"size": 4,
"depend_or": ["scan-mode==扫描指定张数"]
},

View File

@ -1056,8 +1056,8 @@
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"cur": 1,
"default": 1,
"cur": -1,
"default": -1,
"size": 4,
"depend_or": ["scan-mode==扫描指定张数"]
},

View File

@ -1074,8 +1074,8 @@
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"cur": 1,
"default": 1,
"cur": -1,
"default": -1,
"size": 4,
"depend_or": ["scan-mode==扫描指定张数"]
},

View File

@ -1073,8 +1073,8 @@
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"cur": 1,
"default": 1,
"cur": -1,
"default": -1,
"size": 4,
"depend_or": ["scan-mode==扫描指定张数"]
},

View File

@ -1127,8 +1127,8 @@
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"cur": 1,
"default": 1,
"cur": -1,
"default": -1,
"size": 4,
"depend_and": ["is-wait-scan==false", "scan-mode==扫描指定张数"]
},