diff --git a/src/views/business/stockOrderSearch.vue b/src/views/business/stockOrderSearch.vue
index f78eaae..2bbaae9 100644
--- a/src/views/business/stockOrderSearch.vue
+++ b/src/views/business/stockOrderSearch.vue
@@ -699,7 +699,7 @@ export default {
}
},
detailHandleCurrentChange(val) {
- this.query.page = val;
+ this.detailQuery.page = val;
this.getStockOrderDetailList();
},
// 刷新表单
diff --git a/src/views/business/stockOrderWaitCheck.vue b/src/views/business/stockOrderWaitCheck.vue
index e0a0d02..bf21e55 100644
--- a/src/views/business/stockOrderWaitCheck.vue
+++ b/src/views/business/stockOrderWaitCheck.vue
@@ -504,7 +504,7 @@ export default {
this.getList();
},
detailHandleCurrentChange(val) {
- this.query.page = val;
+ this.detailQuery.page = val;
this.getStockOrderDetailList();
},
// 刷新表单
diff --git a/src/views/inout/IOAddOrder.vue b/src/views/inout/IOAddOrder.vue
index 78a6ddb..1448c52 100644
--- a/src/views/inout/IOAddOrder.vue
+++ b/src/views/inout/IOAddOrder.vue
@@ -424,6 +424,8 @@
@@ -462,13 +464,12 @@ import {filterSubByInv} from "../../api/basic/invSubWarehouse";
import draggable from "vuedraggable";
import {parseTime} from "../../filtres/index";
import {getBasicUnitMaintains} from "../../api/basic/basicUnitMaintain"
-import {deleteWarehouse, filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse";
-import {getLocalBusType, getLocalJoinBusType, getLocalJoinByUser} from "../../api/basic/busLocalType";
+import {filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse";
+import {getLocalJoinByUser} from "../../api/basic/busLocalType";
import DialogSelectUnit from "./DialogSelectUnit";
import selectRlDialog from "./DialogSelectRl";
import editCodeDialog from "./editCode";
import A from "../../plugin/KeyScaner"
-import {deleteLog} from "@/api/basic/udiinfolog";
import {isBlank} from "@/utils/strUtil";
diff --git a/src/views/inout/IONewCode.vue b/src/views/inout/IONewCode.vue
index 3871e0d..948895a 100644
--- a/src/views/inout/IONewCode.vue
+++ b/src/views/inout/IONewCode.vue
@@ -1,200 +1,206 @@
-
-
-
-
-
+
+
+
+
+
-
-
- 查询
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.actDate }}
-
-
-
+
+
+ 查询
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.actDate }}
+
+
+
-
-
+
+
diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue
index fba3ae4..c015a27 100644
--- a/src/views/inventory/InvPreInProductsDetail.vue
+++ b/src/views/inventory/InvPreInProductsDetail.vue
@@ -170,6 +170,7 @@ export default {
path: "",
query: this.query,
});
+ this.query.page = 1;
this.getCodeList();
},
handleSizeChange(val) {
diff --git a/src/views/inventory/invPreInProducts.vue b/src/views/inventory/invPreInProducts.vue
index bde91d0..74d7d51 100644
--- a/src/views/inventory/invPreInProducts.vue
+++ b/src/views/inventory/invPreInProducts.vue
@@ -123,6 +123,8 @@
:close-on-press-escape="false"
width="85%"
v-if="codeDetailVisible"
+ :close-on-click-modal="false"
+ :close-on-press-escape="false"
>
{
this.thirdSys = response.data.list || [];
- this.query.thirdSysFk = this.thirdSys[0].thirdId;
this.getThirdSysDetail();
})
.catch(() => {
diff --git a/src/views/thrsys/thrOrderNew.vue b/src/views/thrsys/thrOrderNew.vue
index 33b2bac..fb584fa 100644
--- a/src/views/thrsys/thrOrderNew.vue
+++ b/src/views/thrsys/thrOrderNew.vue
@@ -517,7 +517,6 @@ export default {
});
},
storageChange(row) {
- console.log(row);
this.formData.corpId = row.code;
this.formData.corpName = row.name;
},
@@ -526,7 +525,6 @@ export default {
filterAllByUser()
.then((response) => {
this.storageList = response.data || [];
- this.findSubInvs();
})
.catch(() => {
});
@@ -566,7 +564,6 @@ export default {
tQuery.editStatus = status;
tQuery.subErpOrders = this.codeArray;
// tQuery.billType = this.formData.bi;
- console.log(tQuery);
inserThrOrderWeb(tQuery)
.then(response => {
this.loading = false;
@@ -632,7 +629,6 @@ export default {
rData.forEach((obj, index) => {
this.codeArray.unshift(obj);
});
- console.log(this.codeArray);
this.$refs.multipleTable.setCurrentRow(this.codeArray[0]);
this.currentRow = this.codeArray[0];
this.selectedIndex = 0;
@@ -856,7 +852,6 @@ export default {
this.loading = true;
getThrOrderDetails(this.query) //查找该单号下的所有条码
.then((response) => {
- console.log(response)
this.codeArray = response.data.list || [];
this.total = response.data.total || 0;
this.loading = false;
@@ -890,7 +885,6 @@ export default {
this.formData.unitIdFk = event.erpId;
},
findMethod(query) {
- console.log(query);
this.fromOptions = [];
let cQuery = {
key: query,
@@ -933,7 +927,6 @@ export default {
}
},
actionChange(item) {
- console.log(item);
this.curAction = this.getActionItem(item);
this.locInChange();
this.findMethod();
@@ -947,6 +940,7 @@ export default {
this.$forceUpdate();
this.getBusType(item);
this.findStorageMethod();
+ this.findSubInvs();
},
findSubInvs() {
this.subInvList = [];