Commit a85ae764 authored by 李苏's avatar 李苏 💬

第三次测试改动

parent c4f3f678
...@@ -63,6 +63,7 @@ import DictData from '@/components/DictData' ...@@ -63,6 +63,7 @@ import DictData from '@/components/DictData'
/* */ /* */
/* 全局适应访问 this.form时候form未创建,满足不合规的接口规范 */
// 全局方法挂载 // 全局方法挂载
......
...@@ -90,11 +90,6 @@ ...@@ -90,11 +90,6 @@
width: 200, width: 200,
}, },
{
title: "数量",
field: "count",
width: 140,
},
{ {
title: "物品持有人", title: "物品持有人",
field: "wpcyr", field: "wpcyr",
...@@ -130,6 +125,7 @@ ...@@ -130,6 +125,7 @@
field: "ckmc", field: "ckmc",
width: 140 width: 140
}, },
{ {
title: "部门", title: "部门",
field: "bm", field: "bm",
...@@ -140,6 +136,7 @@ ...@@ -140,6 +136,7 @@
"value": "bmid" "value": "bmid"
} }
}, },
{title: "维护时间", field: "whsj", fieldType:"ftDateTime"}
], ],
queryParams: [ queryParams: [
[{ [{
......
...@@ -74,6 +74,12 @@ ...@@ -74,6 +74,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -126,7 +132,10 @@ ...@@ -126,7 +132,10 @@
}, },
params: { params: {
// cklx: "KY" // cklx: "KY"
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -135,12 +144,14 @@ ...@@ -135,12 +144,14 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
}, },
{ {
label: '归还人', label: '归还人',
prop: 'swlxr', prop: 'swlxr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
...@@ -74,6 +74,12 @@ ...@@ -74,6 +74,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -126,7 +132,10 @@ ...@@ -126,7 +132,10 @@
}, },
params: { params: {
// cklx: "KY" // cklx: "KY"
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -142,12 +151,14 @@ ...@@ -142,12 +151,14 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
}, },
{ {
label: '调用人', label: '调用人',
prop: 'dyr', prop: 'dyr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -123,7 +129,10 @@ ...@@ -123,7 +129,10 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -132,6 +141,7 @@ ...@@ -132,6 +141,7 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
}, },
{ {
label: '发还对象', label: '发还对象',
...@@ -145,6 +155,7 @@ ...@@ -145,6 +155,7 @@
prop: 'lqr', prop: 'lqr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
...@@ -32,6 +32,12 @@ ...@@ -32,6 +32,12 @@
} from 'common' } from 'common'
export default { export default {
mixins: [editMixin, editMixin_expand], mixins: [editMixin, editMixin_expand],
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
methods:{ methods:{
/* 过滤序列号添加*/ /* 过滤序列号添加*/
filter(obj){ filter(obj){
...@@ -123,7 +129,10 @@ ...@@ -123,7 +129,10 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -123,7 +129,10 @@ ...@@ -123,7 +129,10 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -32,6 +32,12 @@ ...@@ -32,6 +32,12 @@
} from 'common' } from 'common'
export default { export default {
mixins: [editMixin, editMixin_expand], mixins: [editMixin, editMixin_expand],
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
methods:{ methods:{
/* 过滤序列号添加*/ /* 过滤序列号添加*/
filter(obj){ filter(obj){
...@@ -123,8 +129,12 @@ ...@@ -123,8 +129,12 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx:'DJBC' cklx:'DJBC',
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -123,7 +129,10 @@ ...@@ -123,7 +129,10 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -123,8 +129,11 @@ ...@@ -123,8 +129,11 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx:'CF' cklx:'CF',
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
this.$event.$off('SHHJTING1') this.$event.$off('SHHJTING1')
}, },
mounted() { mounted() {
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
this.$event.$on('SHHJTING1', (ctx) => { this.$event.$on('SHHJTING1', (ctx) => {
/* 查封*/ /* 查封*/
ctx.queryParams.swlx = '5' ctx.queryParams.swlx = '5'
...@@ -195,8 +199,11 @@ ...@@ -195,8 +199,11 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "KY" cklx: "KY",
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -155,8 +155,11 @@ ...@@ -155,8 +155,11 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "SF" cklx: "SF",
} ssbm:this.form.bm
},
linkParams:['bm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -266,7 +269,8 @@ ...@@ -266,7 +269,8 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "KY" cklx: "KY",
ssbm:this.form.bm
}, },
linkParams:['bm'], linkParams:['bm'],
linkage:true linkage:true
...@@ -374,8 +378,8 @@ ...@@ -374,8 +378,8 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "KY" cklx: "KY",
} },
}, },
required: true, required: true,
}, },
......
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
this.$event.$off('SHHJTING1') this.$event.$off('SHHJTING1')
}, },
mounted() { mounted() {
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
this.$event.$on('SHHJTING1', (ctx) => { this.$event.$on('SHHJTING1', (ctx) => {
/* 查封*/ /* 查封*/
ctx.queryParams.swlx = '4' ctx.queryParams.swlx = '4'
...@@ -195,8 +199,10 @@ ...@@ -195,8 +199,10 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "KY" cklx: "KY",
} },
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -32,6 +32,12 @@ ...@@ -32,6 +32,12 @@
} from 'common' } from 'common'
export default { export default {
mixins: [editMixin, editMixin_expand], mixins: [editMixin, editMixin_expand],
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
methods:{ methods:{
/* 过滤序列号添加*/ /* 过滤序列号添加*/
filter(obj){ filter(obj){
...@@ -156,8 +162,11 @@ ...@@ -156,8 +162,11 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "KY" cklx: "KY",
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -124,8 +130,11 @@ ...@@ -124,8 +130,11 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "DJ" cklx: "DJ",
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -134,6 +143,7 @@ ...@@ -134,6 +143,7 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -124,8 +130,11 @@ ...@@ -124,8 +130,11 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "DJBC" cklx: "DJBC",
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -134,6 +143,7 @@ ...@@ -134,6 +143,7 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
this.$event.$off('SHHJTING1') this.$event.$off('SHHJTING1')
}, },
mounted() { mounted() {
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
this.$event.$on('SHHJTING1', (ctx) => { this.$event.$on('SHHJTING1', (ctx) => {
/* 查封*/ /* 查封*/
ctx.queryParams.swlx = '1' ctx.queryParams.swlx = '1'
...@@ -165,8 +169,10 @@ ...@@ -165,8 +169,10 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "DJBC" cklx: "DJBC",
} },
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -175,6 +181,7 @@ ...@@ -175,6 +181,7 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
...@@ -32,6 +32,12 @@ ...@@ -32,6 +32,12 @@
} from 'common' } from 'common'
export default { export default {
mixins: [editMixin, editMixin_expand], mixins: [editMixin, editMixin_expand],
mounted() {
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
methods:{ methods:{
/* 过滤序列号添加*/ /* 过滤序列号添加*/
filter(obj){ filter(obj){
...@@ -124,8 +130,10 @@ ...@@ -124,8 +130,10 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "XXDJBC" cklx: "XXDJBC",
} },
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -134,6 +142,7 @@ ...@@ -134,6 +142,7 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
}) })
} }
}, },
mounted(){
this.$watch('form.bm', (newValue, oldValue) => {
console.log('bm 赋值 ssbm')
this.form.ssbm=this.form.bm
});
},
data() { data() {
return { return {
xlh:'', xlh:'',
...@@ -124,8 +130,11 @@ ...@@ -124,8 +130,11 @@
"label": "ckmc" "label": "ckmc"
}, },
params: { params: {
cklx: "CF" cklx: "CF",
}
},
linkParams:['ssbm'],
linkage:true
}, },
required: true, required: true,
}, },
...@@ -134,6 +143,7 @@ ...@@ -134,6 +143,7 @@
prop: 'jsr', prop: 'jsr',
span: 24, span: 24,
type: 'input', type: 'input',
required: true,
} }
], ],
......
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