diff --git a/src/views/basic/collectPoint/timerSetting.vue b/src/views/basic/collectPoint/timerSetting.vue
index eb1d5087..a7ca7e76 100644
--- a/src/views/basic/collectPoint/timerSetting.vue
+++ b/src/views/basic/collectPoint/timerSetting.vue
@@ -38,25 +38,25 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -80,7 +80,7 @@
-
+
是
否
@@ -88,7 +88,7 @@
-
+
是
否
@@ -96,7 +96,7 @@
-
+
是
否
@@ -104,25 +104,25 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -161,25 +161,25 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -229,8 +229,42 @@
扫码设置
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+ 是
+ 否
+
+
+
-
+
+
+ 是
+ 否
+
+
+
+
+
+
-
+
-
+
+
+
@@ -373,8 +409,7 @@ export default {
return {
num: 1,
ShelfDisplayFlag: false,
- busTypeOptions: [
- ],
+ busTypeOptions: [],
shelfData: [
{
row: 1,
@@ -455,9 +490,14 @@ export default {
ipcMaxCount: null,
autoDecode: 1,
outputMode: 1,
- autoDownloadKey:[],
- autoFinishOrderKey:[],
- autoUploadOrderKey:[]
+ autoDownloadKey: [],
+ autoFinishOrderKey: [],
+ autoUploadOrderKey: [],
+ delayTageCode: null,
+ conflictScan: null,
+ conflictReturn: null,
+ noCodeScan: null,
+
},
systemParam: null,
socket: null,
@@ -469,10 +509,10 @@ export default {
},
methods: {
getWorkBindBusTypes() {
- getWorkBindBusTypes({page:1,limit:500}).then(res => {
+ getWorkBindBusTypes({page: 1, limit: 500}).then(res => {
if (res.code == 20000) {
- this.busTypeOptions = res.data.list || []
- }
+ this.busTypeOptions = res.data.list || []
+ }
})
},
handleInput() {
@@ -521,7 +561,7 @@ export default {
.then((response) => {
if (response.code != 20000) {
this.$message.error(response.message);
- } else{
+ } else {
this.selectSysParam()
this.$message.success("操作成功");
}
@@ -630,5 +670,8 @@ export default {
padding-bottom: 17px;
padding-top: 17px;
}
+.el-col{
+
+}