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