diff --git a/src/views/Query/StockQuery/StockTransaction/index.vue b/src/views/Query/StockQuery/StockTransaction/index.vue index 5bfaf83..2a368c9 100644 --- a/src/views/Query/StockQuery/StockTransaction/index.vue +++ b/src/views/Query/StockQuery/StockTransaction/index.vue @@ -342,6 +342,10 @@ function handleQuery() { FROMDATE: state.queryParams.FROMDATE, TODATE: state.queryParams.TODATE, SITENAME: '', + //'BarCodeToTransferIn','调拨出库','MES消耗','auxiliaryStockOut','CompletedShipRequest' + EVENTOUT: ['BarCodeToTransferIn','调拨出库','MES消耗','auxiliaryStockOut','CompletedShipRequestZL','CompletedShipRequestBL','CompletedShipRequestLL','CompletedShipRequestNLCC'], + //'AlloctionStockIn','FGStockIn','ReturnStockIn','NormalStockInForSDK','NoChargeStockIn' + EVENTIN: ['AlloctionStockIn','FGStockIn','ReturnStockIn','NormalStockInForSDK','NoChargeStockIn','NoChargeStockIn',], /* UNDOID: state.queryParams.UNDOID, STOCKSTATE: state.queryParams.STOCKSTATE, diff --git a/src/views/auxiliaryManage/auxiliaryOut/index.vue b/src/views/auxiliaryManage/auxiliaryOut/index.vue index 78d3775..4a59a35 100644 --- a/src/views/auxiliaryManage/auxiliaryOut/index.vue +++ b/src/views/auxiliaryManage/auxiliaryOut/index.vue @@ -589,7 +589,7 @@ function handleStockOut() { function confimStockOut() { console.log(state.commitDate) if(state.commitDate == null){ - ElMessageBox.alert('辅材出库失败,过账时间不可清空', { + ElMessageBox.alert('辅材出库失败,过账时间不可为空', { confirmButtonText: 'OK', }) return; diff --git a/src/views/stockOut/shipRequestReserve/index.vue b/src/views/stockOut/shipRequestReserve/index.vue index 86f4696..59b364b 100644 --- a/src/views/stockOut/shipRequestReserve/index.vue +++ b/src/views/stockOut/shipRequestReserve/index.vue @@ -1041,7 +1041,9 @@ function handleStockOut() { CompleteShipRequestStockUp(params).then((res: any) => { if (res.success) { - + ElMessageBox.alert("出库成功", '', { + confirmButtonText: 'OK', + }) handleQuery(); //state.loading = false; state.buttonOut_loading = false; diff --git a/src/views/stocked/MoveTransformation/index.vue b/src/views/stocked/MoveTransformation/index.vue index 11b3b74..568269e 100644 --- a/src/views/stocked/MoveTransformation/index.vue +++ b/src/views/stocked/MoveTransformation/index.vue @@ -132,19 +132,25 @@ -
- - - -
-
- - - -
-
- 转换 -
+ +
+ + + +
+
+ +
+ + + +
+
+ +
+ 转换 +
+
diff --git a/src/views/stocked/locationMovePage/index.vue b/src/views/stocked/locationMovePage/index.vue index 791c37b..9d955e4 100644 --- a/src/views/stocked/locationMovePage/index.vue +++ b/src/views/stocked/locationMovePage/index.vue @@ -41,6 +41,22 @@ + + + + +