|
|
@ -568,9 +568,6 @@ export default {
|
|
|
|
orderId: [
|
|
|
|
orderId: [
|
|
|
|
{ required: true, message: '请选择单据类型', trigger: 'blur' }
|
|
|
|
{ required: true, message: '请选择单据类型', trigger: 'blur' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
constituencies: [
|
|
|
|
|
|
|
|
{ required: true, message: '请选择所属组别', trigger: 'blur' }
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
invQuery: {
|
|
|
|
invQuery: {
|
|
|
|
invCode: ''
|
|
|
|
invCode: ''
|
|
|
@ -627,7 +624,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onSubmit() {
|
|
|
|
onSubmit() {
|
|
|
|
this.userList = []
|
|
|
|
this.userList = []
|
|
|
|
this.rowData.workplaceName = '工位'
|
|
|
|
this.workplaceName = '工位'
|
|
|
|
this.query.page = 1
|
|
|
|
this.query.page = 1
|
|
|
|
this.getList()
|
|
|
|
this.getList()
|
|
|
|
},
|
|
|
|
},
|
|
|
|