更新
This commit is contained in:
@@ -828,6 +828,7 @@ public class StandardCoveyorControlWithScannerDeviceDriver extends AbstractOpcDe
|
|||||||
jo.put("mode", mode);
|
jo.put("mode", mode);
|
||||||
jo.put("move", move);
|
jo.put("move", move);
|
||||||
jo.put("action", action);
|
jo.put("action", action);
|
||||||
|
jo.put("is_click", true);
|
||||||
jo.put("isOnline", this.getIsonline());
|
jo.put("isOnline", this.getIsonline());
|
||||||
jo.put("error", this.getError());
|
jo.put("error", this.getError());
|
||||||
jo.put("isError", this.getIserror());
|
jo.put("isError", this.getIserror());
|
||||||
|
|||||||
@@ -97,13 +97,13 @@
|
|||||||
<el-form-item label="设备编号" prop="device_code" label-width="120px">
|
<el-form-item label="设备编号" prop="device_code" label-width="120px">
|
||||||
<el-input v-model="form.device_code" :disabled="true" />
|
<el-input v-model="form.device_code" :disabled="true" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="请求标记" prop="is_disable" label-width="120px">
|
<el-form-item label="请求标记" prop="requireSucess" label-width="120px">
|
||||||
<el-radio-group v-model="form.requireSucess">
|
<el-radio-group v-model="form.requireSucess">
|
||||||
<el-radio-button :label="0">否</el-radio-button>
|
<el-radio-button :label="0">否</el-radio-button>
|
||||||
<el-radio-button :label="1">是</el-radio-button>
|
<el-radio-button :label="1">是</el-radio-button>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="请求标记" prop="is_disable" label-width="120px">
|
<el-form-item label="apply标记" prop="applySucess" label-width="120px">
|
||||||
<el-radio-group v-model="form.applySucess">
|
<el-radio-group v-model="form.applySucess">
|
||||||
<el-radio-button :label="0">否</el-radio-button>
|
<el-radio-button :label="0">否</el-radio-button>
|
||||||
<el-radio-button :label="1">是</el-radio-button>
|
<el-radio-button :label="1">是</el-radio-button>
|
||||||
@@ -309,7 +309,6 @@ export default {
|
|||||||
this.dialogFormVisible5 = true
|
this.dialogFormVisible5 = true
|
||||||
} else if (clickObj.data.driver_type === 'standard_conveyor_control_with_scanner') {
|
} else if (clickObj.data.driver_type === 'standard_conveyor_control_with_scanner') {
|
||||||
this.dialogFormVisible5 = true
|
this.dialogFormVisible5 = true
|
||||||
console.log('11111111111')
|
|
||||||
} else {
|
} else {
|
||||||
this.dialogFormVisible = true
|
this.dialogFormVisible = true
|
||||||
}
|
}
|
||||||
@@ -322,6 +321,7 @@ export default {
|
|||||||
this.form.requireSucess = clickObj.data.requireSucess
|
this.form.requireSucess = clickObj.data.requireSucess
|
||||||
this.form.fullrequireSucess = clickObj.data.fullrequireSucess
|
this.form.fullrequireSucess = clickObj.data.fullrequireSucess
|
||||||
this.form.is_disable = clickObj.data.is_disable1
|
this.form.is_disable = clickObj.data.is_disable1
|
||||||
|
this.form.applySucess = clickObj.data.applySucess
|
||||||
},
|
},
|
||||||
moveShow(nodeData) { // 点击之后显示出来的数据----只需要设备信息
|
moveShow(nodeData) { // 点击之后显示出来的数据----只需要设备信息
|
||||||
let item = ''
|
let item = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user