|
|
@ -57,6 +57,16 @@ |
|
|
<el-option label="全部发料" value="全部发料"></el-option> |
|
|
<el-option label="全部发料" value="全部发料"></el-option> |
|
|
</el-select> |
|
|
</el-select> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item label="车间"> |
|
|
|
|
|
<el-select v-model="searchData.workCenterNoList" multiple collapse-tags clearable placeholder="请选择" style="width: 280px"> |
|
|
|
|
|
<el-option |
|
|
|
|
|
v-for="i in workCenterList" |
|
|
|
|
|
:key="i.workCenterNo" |
|
|
|
|
|
:label="i.workCenterDesc" |
|
|
|
|
|
:value="i.workCenterNo"> |
|
|
|
|
|
</el-option> |
|
|
|
|
|
</el-select> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item :label="' '"> |
|
|
<el-form-item :label="' '"> |
|
|
<el-button type="primary" @click="searchTable()">查询</el-button> |
|
|
<el-button type="primary" @click="searchTable()">查询</el-button> |
|
|
<el-button type="primary" @click="createNotifyModal()">新增</el-button> |
|
|
<el-button type="primary" @click="createNotifyModal()">新增</el-button> |
|
|
@ -1157,6 +1167,7 @@ |
|
|
issueFlag: '', |
|
|
issueFlag: '', |
|
|
loginUserName: this.$store.state.user.name, |
|
|
loginUserName: this.$store.state.user.name, |
|
|
issueResult: '', |
|
|
issueResult: '', |
|
|
|
|
|
workCenterNoList: [], |
|
|
startDate: '', |
|
|
startDate: '', |
|
|
endDate: '', |
|
|
endDate: '', |
|
|
sql: "", |
|
|
sql: "", |
|
|
@ -1327,6 +1338,23 @@ |
|
|
status: true, |
|
|
status: true, |
|
|
fixed: '', |
|
|
fixed: '', |
|
|
columnWidth: 80 |
|
|
columnWidth: 80 |
|
|
|
|
|
},{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 701002, |
|
|
|
|
|
serialNumber: '701002Table1WorkCenterDesc', |
|
|
|
|
|
tableId: "701002Table1", |
|
|
|
|
|
tableName: "领料申请主表", |
|
|
|
|
|
columnProp: "workCenterDesc", |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "left", |
|
|
|
|
|
columnLabel: "车间", |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 120 |
|
|
},{ |
|
|
},{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 701002, |
|
|
functionId: 701002, |
|
|
|