|
|
@ -11,6 +11,12 @@ |
|
|
<el-form-item :label="'物料规格型号'"> |
|
|
<el-form-item :label="'物料规格型号'"> |
|
|
<el-input v-model="searchData.spec" clearable style="width: 120px"></el-input> |
|
|
<el-input v-model="searchData.spec" clearable style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item :label="'是否在用'"> |
|
|
|
|
|
<el-select v-model="searchData.active" clearable style="width: 120px"> |
|
|
|
|
|
<el-option label="是" value="Y"></el-option> |
|
|
|
|
|
<el-option label="否" value="N"></el-option> |
|
|
|
|
|
</el-select> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item :label="'录入时间'"> |
|
|
<el-form-item :label="'录入时间'"> |
|
|
<el-date-picker |
|
|
<el-date-picker |
|
|
style="width: 120px" |
|
|
style="width: 120px" |
|
|
@ -1511,6 +1517,7 @@ |
|
|
endDate: '', |
|
|
endDate: '', |
|
|
partDesc: '', |
|
|
partDesc: '', |
|
|
spec: '', |
|
|
spec: '', |
|
|
|
|
|
active: '', |
|
|
page: 1, |
|
|
page: 1, |
|
|
limit: 10 |
|
|
limit: 10 |
|
|
}, |
|
|
}, |
|
|
@ -2048,6 +2055,22 @@ |
|
|
fixed: '', |
|
|
fixed: '', |
|
|
columnWidth: 120 |
|
|
columnWidth: 120 |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 104001, |
|
|
|
|
|
serialNumber: '104001Table1ActiveDesc', |
|
|
|
|
|
tableId: '104001Table1', |
|
|
|
|
|
tableName: '物料信息表', |
|
|
|
|
|
columnProp: 'activeDesc', |
|
|
|
|
|
headerAlign: 'center', |
|
|
|
|
|
align: 'center', |
|
|
|
|
|
columnLabel: '是否在用', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 100 |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 104001, |
|
|
functionId: 104001, |
|
|
|