diff --git a/fe/PC/src/filters/status.js b/fe/PC/src/filters/status.js
index 623b852dd..50ba7541a 100644
--- a/fe/PC/src/filters/status.js
+++ b/fe/PC/src/filters/status.js
@@ -1643,6 +1643,7 @@ export function SupplierAsnCtypeStaBack(name){
// 事务类型(string类型,基础数据-文档信息维护)
+// InventoryTransaction页面需求暂时去掉 结算出库、客户ASN、隔离 (20230602)更改时候确定一下此业务
/**
*
* @param {Boolean}
@@ -1698,14 +1699,14 @@ export function SupplierAsnCtypeStaBack(name){
value: '24',
label: '客户退货'
},
- '25': {
- value: '25',
- label: '结算出库'
- },
- '26': {
- value: '26',
- label: '客户ASN'
- },
+ // '25': {
+ // value: '25',
+ // label: '结算出库'
+ // },
+ // '26': {
+ // value: '26',
+ // label: '客户ASN'
+ // },
'31': {
value: '31',
label: '库内转移'
@@ -1722,10 +1723,10 @@ export function SupplierAsnCtypeStaBack(name){
value: '34',
label: '计划外出库'
},
- '35': {
- value: '35',
- label: '隔离'
- },
+ // '35': {
+ // value: '35',
+ // label: '隔离'
+ // },
'36': {
value: '36',
label: '报废'
@@ -1751,6 +1752,7 @@ export function SupplierAsnCtypeStaBack(name){
}
// 事务类型 (修改枚举时候把【TransTypeBaseForStr】也修改了)
+// InventoryTransaction页面需求暂时去掉 结算出库、客户ASN、隔离 (20230602)更改时候确定一下此业务
/**
*
* @param {Boolean}
@@ -1806,14 +1808,14 @@ export function SupplierAsnCtypeStaBack(name){
value: 24,
label: '客户退货'
},
- 25: {
- value: 25,
- label: '结算出库'
- },
- 26: {
- value: 26,
- label: '客户ASN'
- },
+ // 25: {
+ // value: 25,
+ // label: '结算出库'
+ // },
+ // 26: {
+ // value: 26,
+ // label: '客户ASN'
+ // },
31: {
value: 31,
label: '库内转移'
@@ -1830,10 +1832,10 @@ export function SupplierAsnCtypeStaBack(name){
value: 34,
label: '计划外出库'
},
- 35: {
- value: 35,
- label: '隔离'
- },
+ // 35: {
+ // value: 35,
+ // label: '隔离'
+ // },
36: {
value: 36,
label: '报废'
diff --git a/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryTransaction-Query.vue b/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryTransaction-Query.vue
index 6bdda3c3b..e799635b7 100644
--- a/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryTransaction-Query.vue
+++ b/fe/PC/src/views/inventoryManage/InventoryQuery/InventoryTransaction-Query.vue
@@ -39,6 +39,7 @@