fix
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="供应商编码">
|
||||
<el-input
|
||||
v-model="query.productDescription"
|
||||
v-model="query.supplierCode"
|
||||
clearable
|
||||
size="mini"
|
||||
placeholder="供应商编码"
|
||||
@@ -48,7 +48,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="供应商名称">
|
||||
<el-input
|
||||
v-model="query.supplierCode"
|
||||
v-model="query.supplierName"
|
||||
clearable
|
||||
size="mini"
|
||||
placeholder="供应商名称"
|
||||
@@ -230,7 +230,6 @@
|
||||
</el-dialog>
|
||||
<!--表格渲染-->
|
||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column prop="simtOrderNo" label="入库单号" :min-width="flexWidth('simtOrderNo',crud.data,'入库单号')" />
|
||||
<el-table-column prop="locationCode" label="场地" :min-width="flexWidth('locationCode',crud.data,'场地')" />
|
||||
<el-table-column prop="simtType" label="入库类型" :min-width="flexWidth('simtType',crud.data,'入库类型')" />
|
||||
@@ -322,9 +321,9 @@ export default {
|
||||
optShow: {
|
||||
add: false,
|
||||
edit: false,
|
||||
del: true,
|
||||
del: false,
|
||||
download: false,
|
||||
reset: true
|
||||
reset: false
|
||||
},
|
||||
query: {
|
||||
group_bind_material_status: '2'
|
||||
|
||||
Reference in New Issue
Block a user