Commit 5d51c8f0 authored by 李苏's avatar 李苏 💬

edit删除

parent d3218abe
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</template> </template>
<script> <script>
import Edit from './edit.vue' // import Edit from './edit.vue'
export default { export default {
data() { data() {
return { return {
...@@ -37,7 +37,18 @@ ...@@ -37,7 +37,18 @@
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/wcs/wcsTask', url: 'lxyl/wcs/wcsTask',
tableTitle: [{ tableTitle: [
{
title: "状态",
field: "zt",
width: 140,
transform: {
"url": "lxyl/wcs/wcsTask/init/zt",
"label": "name",
"value": "id"
}
},
{
title: "任务号", title: "任务号",
field: "djid", field: "djid",
width: 140 width: 140
...@@ -47,7 +58,7 @@ ...@@ -47,7 +58,7 @@
field: "type", field: "type",
width: 140, width: 140,
transform: { transform: {
"url": "lxyl/wcs/wcsTask/init/rlzt", "url": "lxyl/wcs/wcsTask/init/type",
"label": "name", "label": "name",
"value": "id" "value": "id"
} }
...@@ -110,7 +121,7 @@ ...@@ -110,7 +121,7 @@
{ {
label: '任务类型', label: '任务类型',
prop: 'type', prop: 'type',
span: 4, span: 8,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -124,7 +135,7 @@ ...@@ -124,7 +135,7 @@
{ {
"label": "状态", "label": "状态",
"prop": "zt", "prop": "zt",
"span": 4, "span": 8,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -135,20 +146,22 @@ ...@@ -135,20 +146,22 @@
} }
} }
}, },
{
label: '任务号',
prop: 'djid',
span: 4,
type: 'input',
value: ''
},
], ],
[{ [
{
label: '任务号',
prop: 'djid',
span: 8,
type: 'input',
value: ''
},
{
"label": "业务类型", "label": "业务类型",
"prop": "djly", "prop": "djly",
"span": 4, "span": 8,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
...@@ -162,7 +175,7 @@ ...@@ -162,7 +175,7 @@
{ {
label: '业务单号', label: '业务单号',
prop: 'lydjDjid', prop: 'lydjDjid',
span: 4, span: 8,
type: 'input', type: 'input',
value: '' value: ''
}, },
...@@ -241,7 +254,7 @@ ...@@ -241,7 +254,7 @@
// } // }
}, },
components: { components: {
Edit // Edit
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment