diff --git a/src/api/wms/instockRecord/types.ts b/src/api/wms/instockRecord/types.ts
index 5658e69..f889155 100644
--- a/src/api/wms/instockRecord/types.ts
+++ b/src/api/wms/instockRecord/types.ts
@@ -80,6 +80,11 @@ export interface InstockRecordVO {
}
export interface InstockRecordForm extends BaseEntity {
+ /**
+ * 入库记录ID
+ */
+ instockRecordId?: string | number;
+
/**
* 入库单号
*/
diff --git a/src/views/wms/baseMaterialInfo/index.vue b/src/views/wms/baseMaterialInfo/index.vue
index e1743af..0d2432e 100644
--- a/src/views/wms/baseMaterialInfo/index.vue
+++ b/src/views/wms/baseMaterialInfo/index.vue
@@ -212,10 +212,10 @@
@@ -224,10 +224,10 @@
@@ -267,7 +267,8 @@ const { apply_flag, inner_tube_flag,
auto_outstock_flag, mes_batch_flag, active_flag, sale_type, deleted_flag, tire_markings,
material_classfication, mes_low_value_consumable_flag,
is_high_value,inspection_request
-} = toRefs(proxy?.useDict('apply_flag', 'inner_tube_flag', 'always_flag', 'mes_accessories_flag', 'auto_outstock_flag', 'mes_batch_flag', 'active_flag', 'sale_type', 'deleted_flag', 'tire_markings', 'material_classfication', 'mes_low_value_consumable_flag',
+} = toRefs(proxy?.useDict('apply_flag', 'inner_tube_flag', 'always_flag', 'mes_accessories_flag',
+ 'auto_outstock_flag', 'mes_batch_flag', 'active_flag', 'sale_type', 'deleted_flag', 'tire_markings', 'material_classfication', 'mes_low_value_consumable_flag',
'is_high_value', 'inspection_request'
));
diff --git a/src/views/wms/instockRecord/index.vue b/src/views/wms/instockRecord/index.vue
index aacb110..57f9165 100644
--- a/src/views/wms/instockRecord/index.vue
+++ b/src/views/wms/instockRecord/index.vue
@@ -223,15 +223,17 @@ const columns = ref([
{ key: 9, label: `物料大类`, visible: true },
{ key: 10, label: `入库人`, visible: true },
{ key: 11, label: `创建时间`, visible: true },
- { key: 12, label: `erp同步状态`, visible: true },
- { key: 13, label: `erp同步数量`, visible: true },
+ { key: 12, label: `erp同步状态`, visible: false },
+ { key: 13, label: `erp同步数量`, visible: false },
// { key: 14, label: `修改人`, visible: true },
{ key: 14, label: `同步时间`, visible: true },
+ { key: 15, label: `特殊标识`, visible: true },
// { key: 16, label: `创建部门`, visible: true },
// { key: 17, label: `租户号`, visible: true },
]);
const initFormData: InstockRecordForm = {
+ instockRecordId: undefined,
instockCode: undefined,
batchCode: undefined,
materialId: undefined,
@@ -303,10 +305,7 @@ const handleQuery = () => {
queryParams.value.pageNum = 1;
getList();
}
-// 获取仓库
-getBaseWarehouseList().then(e => {
- baseStoreList.value = e.data
-})
+
/** 重置按钮操作 */
const resetQuery = () => {
dateRangeCreateTime.value = ['', ''];
@@ -378,8 +377,15 @@ const getMaterialCategorySelect = async () => {
mategoryOptions.value = res.data;
};
+// 获取仓库列表
+const getBaseWarehouseData = async () => {
+ const res = await getBaseWarehouseList(null);
+ baseStoreList.value = res.data;
+};
+
onMounted(() => {
getMaterialCategorySelect();
+ getBaseWarehouseData();
getList();
});
diff --git a/src/views/wms/outstockOrderCopy/index.vue b/src/views/wms/outstockOrderCopy/index.vue
index c79989c..dab1c32 100644
--- a/src/views/wms/outstockOrderCopy/index.vue
+++ b/src/views/wms/outstockOrderCopy/index.vue
@@ -75,6 +75,7 @@
+
+
+
+
+
{{ parseTime(scope.row.planDeliveryDate, '{y}-{m}-{d} {h}:{i}:{s}') }}
@@ -94,21 +94,21 @@
{{ parseTime(scope.row.updateTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
-->
-
+
-
-
-
-
- {{ parseTime(scope.row.auditTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -382,17 +382,17 @@
>
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+