From 4ceaadfe421507c9cd0c32094d04ca938d518311 Mon Sep 17 00:00:00 2001
From: lishenao <3065849776@qq.com>
Date: 星期四, 03 七月 2025 14:44:13 +0800
Subject: [PATCH] 库存管理数据修改
---
src/views/inventoryManagement/dispatchLog/index.vue | 23 +++++++++++++----------
1 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/src/views/inventoryManagement/dispatchLog/index.vue b/src/views/inventoryManagement/dispatchLog/index.vue
index aa30f73..38475bd 100644
--- a/src/views/inventoryManagement/dispatchLog/index.vue
+++ b/src/views/inventoryManagement/dispatchLog/index.vue
@@ -288,7 +288,8 @@
addStockOut,
updateStockOut,
delStockOut,
- exportStockOut
+ exportStockOut,
+ getStockManageById
} from "@/api/inventoryManagement/stockOut.js";
const userStore = useUserStore();
@@ -320,18 +321,20 @@
supplierId: null,
supplierName: '',
productId: null,
- productCategory: '',
- specificationModel: '',
+ productName: '',
+ userId: userStore.userId,
+ nickname: '',
+ model: '',
+ productModelId: null,
unit: '',
+ productrecordId: null,
+ taxInclusiveUnitPrice: '',
+ taxInclusiveTotalPrice: '',
+ taxRate: '',
+ taxExclusiveTotalPrice: '',
inboundTime: '',
inboundBatch: '',
- inboundQuantity: 0,
- taxInclusiveUnitPrice: 0,
- taxInclusiveTotalPrice: 0,
- taxRate: 0,
- taxExclusiveTotalPrice: 0,
- userId: null,
- nickname: ''
+ inboundQuantity: ''
},
rules: {
supplierId: [{ required: true, message: '璇烽�夋嫨渚涘簲鍟�', trigger: 'change' }],
--
Gitblit v1.9.3