维修采购\领料1/2

This commit is contained in:
xiao-fajia 2024-09-11 18:56:43 +08:00
parent 035c130687
commit f191c11b75
2 changed files with 5 additions and 3 deletions

View File

@ -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: {

View File

@ -90,6 +90,7 @@ export default {
showSearch: true,
loading: false,
list: [],
total: 0,
}
},
methods: {}