维修采购\领料1/2
This commit is contained in:
parent
035c130687
commit
f191c11b75
@ -11,7 +11,7 @@
|
||||
end-placeholder="结束日期">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
<el-form-item v-if="soByType && !goodsYes" label="供应商" prop="supplierId">
|
||||
<el-form-item v-if="soByType" label="供应商" prop="supplierId">
|
||||
<SupplierChoose />
|
||||
</el-form-item>
|
||||
<el-form-item label="单据号" prop="soNo">
|
||||
@ -24,8 +24,8 @@
|
||||
<CorpChoose />
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
|
||||
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
||||
<el-button type="primary" icon="el-icon-search">搜索</el-button>
|
||||
<el-button icon="el-icon-refresh">重置</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<!-- 操作 -->
|
||||
@ -87,6 +87,7 @@ export default {
|
||||
showSearch: true,
|
||||
loading: false,
|
||||
list: [],
|
||||
total: 0,
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -90,6 +90,7 @@ export default {
|
||||
showSearch: true,
|
||||
loading: false,
|
||||
list: [],
|
||||
total: 0,
|
||||
}
|
||||
},
|
||||
methods: {}
|
||||
|
Loading…
Reference in New Issue
Block a user