领料审核联调
This commit is contained in:
parent
fec33d62de
commit
da62b593de
|
|
@ -122,9 +122,10 @@ export default {
|
|||
},
|
||||
// 审核状态
|
||||
statusOptions: [
|
||||
{ label: '待审核', value: '1' },
|
||||
{ label: '审核中', value: '2' },
|
||||
{ label: '已完成', value: '3' }
|
||||
{ label: '待审核', value: '0' },
|
||||
{ label: '审核中', value: '1' },
|
||||
{ label: '已完成', value: '2' },
|
||||
{ label: '已驳回', value: '3' }
|
||||
],
|
||||
// 表头
|
||||
tableColumns: [
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
noOptionsText="没有数据"
|
||||
noResultsText="没有搜索结果"
|
||||
placeholder="请选择领用工程"
|
||||
|
||||
@select="projectChange"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="领料人" prop="leasePerson">
|
||||
|
|
@ -791,15 +791,15 @@ export default {
|
|||
// })
|
||||
// }, 500)
|
||||
},
|
||||
// projectChange(val) {
|
||||
// this.maForm.projectName = val.name
|
||||
// setTimeout(() => {
|
||||
// // projectId: this.maForm.projectId
|
||||
// getListUnite({}).then(response => {
|
||||
// this.uniteList = response.data
|
||||
// })
|
||||
// }, 500)
|
||||
// },
|
||||
projectChange(val) {
|
||||
this.maForm.projectName = val.name
|
||||
// setTimeout(() => {
|
||||
// // projectId: this.maForm.projectId
|
||||
// getListUnite({}).then(response => {
|
||||
// this.uniteList = response.data
|
||||
// })
|
||||
// }, 500)
|
||||
},
|
||||
async standardConfigChange(val) {
|
||||
console.log('🚀 ~ standardConfigChange ~ val:', val)
|
||||
const loading = this.$loading()
|
||||
|
|
|
|||
Loading…
Reference in New Issue