Browse Source

rev 工单宽度

master
周俊杰 1 year ago
parent
commit
1b16794be5
  1. 3
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/conveyor_press_station.vue
  2. 3
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/conveyor_ssx_barcode.vue
  3. 3
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_mixing_mill.vue
  4. 10
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_package_pallet_manipulator.vue
  5. 13
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_palletizing_manipulator.vue
  6. 3
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_palletizing_manipulator_site.vue
  7. 3
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_press.vue
  8. 3
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_split_manipulator.vue
  9. 3
      acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_station.vue

3
acs/nladmin-ui/src/views/acs/device/driver/lnsh/conveyor_press_station.vue

@ -166,13 +166,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="180"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"

3
acs/nladmin-ui/src/views/acs/device/driver/lnsh/conveyor_ssx_barcode.vue

@ -166,13 +166,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="180"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"

3
acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_mixing_mill.vue

@ -188,13 +188,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="180"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"

10
acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_package_pallet_manipulator.vue

@ -187,13 +187,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="300"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"
@ -467,6 +468,13 @@ export default {
}) })
}, },
methods: { methods: {
insertdtl() {
this.modeform.tableData.push({mode: '', request: '' })
},
deleteRow(index, rows) {
debugger
rows.splice(index, 1)
},
finishReadEdit(data) { finishReadEdit(data) {
// code,mode // code,mode
if (data.code.indexOf('mode') !== -1) { if (data.code.indexOf('mode') !== -1) {

13
acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_palletizing_manipulator.vue

@ -223,13 +223,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="300"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"
@ -453,7 +454,8 @@ export default {
manual_create_task: true, manual_create_task: true,
is_pickup: true, is_pickup: true,
is_release: true, is_release: true,
link_device_code: [] link_device_code: [],
link_three_lamp: []
}, },
rules: {} rules: {}
} }
@ -503,6 +505,13 @@ export default {
}) })
}, },
methods: { methods: {
insertdtl() {
this.modeform.tableData.push({mode: '', request: '' })
},
deleteRow(index, rows) {
debugger
rows.splice(index, 1)
},
finishReadEdit(data) { finishReadEdit(data) {
// code,mode // code,mode
if (data.code.indexOf('mode') !== -1) { if (data.code.indexOf('mode') !== -1) {

3
acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_palletizing_manipulator_site.vue

@ -187,13 +187,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="300"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"

3
acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_press.vue

@ -188,13 +188,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="180"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"

3
acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_split_manipulator.vue

@ -187,13 +187,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="300"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"

3
acs/nladmin-ui/src/views/acs/device/driver/lnsh/lnsh_station.vue

@ -183,13 +183,14 @@
<span v-show="scope.row.edit">{{ scope.row.mode }}</span> <span v-show="scope.row.edit">{{ scope.row.mode }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="request" prop="请求方法" width="180"> <el-table-column label="request" prop="请求方法" width="500">
<template scope="scope"> <template scope="scope">
<el-select <el-select
v-model="scope.row.request" v-model="scope.row.request"
filterable filterable
clearable clearable
placeholder="请选择" placeholder="请选择"
style="width: 450px"
> >
<el-option <el-option
v-for="item in requestMethodList" v-for="item in requestMethodList"

Loading…
Cancel
Save