ERP:采购退货 70%(详情)

(cherry picked from commit db446330c3)
This commit is contained in:
YunaiV
2024-02-12 21:03:29 +08:00
committed by shizhong
parent 491dd650b7
commit 1ec621f8b4
7 changed files with 26 additions and 48 deletions

View File

@ -44,9 +44,9 @@
class="!w-240px"
/>
</el-form-item>
<el-form-item label="供应商" prop="customerId">
<el-form-item label="供应商" prop="supplierId">
<el-select
v-model="queryParams.customerId"
v-model="queryParams.supplierId"
clearable
filterable
placeholder="请选择供供应商"
@ -332,7 +332,7 @@ const queryParams = reactive({
pageNo: 1,
pageSize: 10,
no: undefined,
customerId: undefined,
supplierId: undefined,
productId: undefined,
warehouseId: undefined,
inTime: [],