diff --git a/component/public/exit.vue b/component/public/exit.vue index 340ec0a..486149e 100644 --- a/component/public/exit.vue +++ b/component/public/exit.vue @@ -13,7 +13,7 @@ 退出登录 - 确定要注销账户吗 + 确定要退出登录吗 diff --git a/pages.json b/pages.json index 4ac105a..3f635f0 100644 --- a/pages.json +++ b/pages.json @@ -7,6 +7,14 @@ "navigationStyle": "custom" } + }, + // 首页 + { + "path": "pages/login/index", + "style": { + "navigationStyle": "custom" + } + }, // 主页,下面的子窗口是引入摄像头nvue的方法,因为安卓只能连接nvue页面 { diff --git a/pages/Warehouse/Warehouse.vue b/pages/Warehouse/Warehouse.vue index 85bb356..f93b7a6 100644 --- a/pages/Warehouse/Warehouse.vue +++ b/pages/Warehouse/Warehouse.vue @@ -2,6 +2,7 @@ + diff --git a/pages/Warehouse/finish.vue b/pages/Warehouse/finish.vue index b63f800..ad8d9e6 100644 --- a/pages/Warehouse/finish.vue +++ b/pages/Warehouse/finish.vue @@ -431,10 +431,10 @@ 重置 - + 确定 - - (99+采购单) + + ({{ alltotal }}采购单) @@ -1189,12 +1189,13 @@ const closefilteredCgrList = () => { filteredCgrList.value = []; cgrvalue.value = plzinfo.cgBy; + lookshuliang() } const clickfilteredCgrList = (item : any) => { filteredCgrList.value = []; plzinfo.cgBy = item.cgBy cgrvalue.value = plzinfo.cgBy; - search() + lookshuliang() } // --- 模糊匹配 --- @@ -1257,14 +1258,14 @@ filteredCgrListsecond.value = []; gysvalue.value = ""; plzinfo.suppliers = ""; - search() + lookshuliang() } const clickfilteredCgrListsecond = (item : any, index : number) => { filteredCgrListsecond.value = []; plzinfo.suppliers = item.suppliers; gysvalue.value = item.suppliersName; secondindex.value = index; - search() + lookshuliang() } const cgrvalue = ref(""); const gysvalue = ref(""); @@ -1380,7 +1381,18 @@ const dateget = (res : datetype) => { plzinfo.startTime = res.start; plzinfo.endTime = res.end; - search() + lookshuliang() + } + const lookshuliang = () => { + + let data = { + ...plzinfo, + pageNo : 1 + } + + queryCgdList(data).then((res : any) => { + alltotal.value = res.result.total + }) } const leftscrolltop = ref(0) diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index 06ef1a9..4245e39 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -1,8 +1,7 @@