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

第三次测试改动

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