diff --git a/src/views/wms/inStockBill/index.vue b/src/views/wms/inStockBill/index.vue
index 9c0e93e..ea40606 100644
--- a/src/views/wms/inStockBill/index.vue
+++ b/src/views/wms/inStockBill/index.vue
@@ -82,10 +82,10 @@
-
+
-
+
@@ -233,20 +233,20 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- {{ scope.row.totalPrice || 0 }}
+ placeholder="请输入数量"/>
+
+
+
+
+
+
+
+
@@ -608,10 +608,10 @@ const handleAddSubmit = () => {
inStockDetailsId: material.inStockDetailsId, // 物料ID
materialId: material.productId, // 物料ID
batchNumber: material.batchNumber, // 批次号
- unitPrice: material.unitPrice, // 单价
+ // unitPrice: material.unitPrice, // 单价
inStockAmount: material.inStockAmount, // 数量
unitName: material.unitName, // 单位
- totalPrice: material.totalPrice, // 总价
+ // totalPrice: material.totalPrice, // 总价
warehouseId: material.warehouseId // 仓库ID
}))
};
diff --git a/src/views/wms/inventoryDetails/index.vue b/src/views/wms/inventoryDetails/index.vue
index fc411d6..3f3580e 100644
--- a/src/views/wms/inventoryDetails/index.vue
+++ b/src/views/wms/inventoryDetails/index.vue
@@ -69,7 +69,7 @@
-
+
@@ -173,8 +173,8 @@ const columns = ref([
{ key: 0, label: `库存ID`, visible: false },
{ key: 1, label: `租户编号`, visible: false },
{ key: 2, label: `库位编码`, visible: false },
- { key: 3, label: `仓库ID`, visible: true },
- { key: 4, label: `物料ID`, visible: true },
+ { key: 3, label: `所属仓库`, visible: true },
+ { key: 4, label: `物料信息`, visible: true },
{ key: 5, label: `批次号`, visible: true },
{ key: 6, label: `库存数量`, visible: true },
{ key: 7, label: `锁定数量`, visible: true },
diff --git a/src/views/wms/outStockBill/index.vue b/src/views/wms/outStockBill/index.vue
index c9ac12c..58ceb20 100644
--- a/src/views/wms/outStockBill/index.vue
+++ b/src/views/wms/outStockBill/index.vue
@@ -64,16 +64,16 @@
新增
-
-
-
-
-
-
-
-
-
-
+
+ 修改
+
+
+
+ 删除
+
+
@@ -95,10 +95,10 @@
-
+
-
+
@@ -253,7 +253,7 @@
-
+
@@ -263,19 +263,19 @@
:precision="2"
:step="1"
:max="scope.row.inventoryAmount"
- @change="calculateTotalPrice(scope.row)"
controls-position="right"
size="small"
placeholder="请输入出库数量"
/>
+
-
+
@@ -289,15 +289,15 @@
-
@@ -583,10 +583,10 @@ const submitForm = () => {
warehouseId: form.value.warehouseId,
materielId: item.materielId,
batchNumber: item.batchNumber,
- unitPrice: item.unitPrice,
+ // unitPrice: item.unitPrice,
outStockAmount: item.outStockAmount,
unitName: item.unitName,
- totalPrice: item.totalPrice,
+ // totalPrice: item.totalPrice,
inProjectId: item.projectId,
outProjectId: form.value.projectId,
inventoryDetailsId: item.inventoryDetailsId,
diff --git a/src/views/wms/wmsBaseProduct/index.vue b/src/views/wms/wmsBaseProduct/index.vue
index 100c51d..72f5fb2 100644
--- a/src/views/wms/wmsBaseProduct/index.vue
+++ b/src/views/wms/wmsBaseProduct/index.vue
@@ -54,11 +54,11 @@
-
+
-
-
+
+
@@ -113,12 +113,12 @@
-
-
-
-
-
-
+
@@ -171,8 +171,8 @@ const columns = ref([
{ key: 3, label: `物料名称`, visible: true },
{ key: 4, label: `物料描述`, visible: true },
{ key: 5, label: `单位`, visible: true },
- { key: 6, label: `参考成本`, visible: true },
- { key: 7, label: `统一报价(参考)`, visible: true },
+ { key: 6, label: `参考成本`, visible: false },
+ { key: 7, label: `统一报价(参考)`, visible: false },
{ key: 8, label: `备货期`, visible: true },
{ key: 9, label: `激活标识`, visible: true },
{ key: 10, label: `创建部门`, visible: false },