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 @@
-
@@ -420,7 +419,7 @@
重置
-
+
确定
({{ alltotal }}采购单)
@@ -431,16 +430,16 @@
采购单状态
-
+
全部
-
+
待入库
-
+
待完结
@@ -1051,7 +1050,7 @@
import { onShow, onLoad, onHide, onPageScroll } from "@dcloudio/uni-app"
import calendar from '@/component/public/calendar.vue'
import nomessageimge from '@/pages/procurement/components/nomessage.vue';
-
+
const open = ref(0);
const typechange = ref(0);
@@ -1152,12 +1151,13 @@
console.log("?????????")
filteredCgrList.value = [];
cgrvalue.value = plzinfo.cgBy;
+ lookshuliang()
}
const clickfilteredCgrList = (item : any) => {
filteredCgrList.value = [];
plzinfo.cgBy = item.cgBy
cgrvalue.value = plzinfo.cgBy;
- search()
+ lookshuliang()
}
// --- 模糊匹配 ---
@@ -1220,14 +1220,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("");
@@ -1311,7 +1311,7 @@
endTime: "",
cgBy: "",
nuId: uni.getStorageSync('nuId'),
- status:''
+ status: ''
})
const mobanplzinfo = {
pageNo: 1,
@@ -1344,8 +1344,21 @@
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)
const plsbuy = ref([])
@@ -1353,7 +1366,7 @@
const nomessageshow = ref(false);
const firstgetqueryCgdList = () => {
queryCgdList(plzinfo).then((res : any) => {
- console.log("数据呢",res)
+ // console.log("数据呢",res)
plsbuy.value.push(...res.result.records)
alltotal.value = res.result.total
if (!res.result.total) {
@@ -2503,7 +2516,7 @@
.middle-Y-father {
display: flex;
-
+
.middle-one {
min-width: 325rpx;
height: 450rpx;
diff --git a/pages/Warehouse/warehome.vue b/pages/Warehouse/warehome.vue
index ec177e0..4509a06 100644
--- a/pages/Warehouse/warehome.vue
+++ b/pages/Warehouse/warehome.vue
@@ -1,7 +1,7 @@
-
+
@@ -10,10 +10,10 @@
-
+
-
@@ -24,7 +24,7 @@
-
+
@@ -33,8 +33,18 @@
+
+
+
+
+
+ 库房矩阵
+
+
+
+
-
+
@@ -50,7 +60,7 @@
-
+
@@ -103,6 +113,15 @@
+
+
\ No newline at end of file
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 9b2626f..52518ad 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -259,7 +259,7 @@
if (!jumpFirst.value) {
if (loading.value === 2) {
setTimeout(() => {
- jumpTo(`/pages/watch/index`)
+ jumpTo(`/pages/login/index`)
}, 500)
} else {
loading.value++
@@ -278,7 +278,7 @@
selectserve.value = true;
} else {
setTimeout(() => {
- jumpTo(`/pages/watch/index`)
+ jumpTo(`/pages/login/index`)
}, 500)
}
}
@@ -287,7 +287,7 @@
uni.setStorageSync('orgListName', item.departName);
uni.setStorageSync('orgListCode', item.orgCode);
setTimeout(() => {
- jumpTo(`/pages/watch/index`)
+ jumpTo(`/pages/login/index`)
}, 500)
}
@@ -329,7 +329,7 @@
if (uni.getStorageSync('token') && uni.getStorageSync('token') !== 1) {
if (loading.value === 2) {
setTimeout(() => {
- jumpTo(`/pages/watch/index`)
+ jumpTo(`/pages/login/index`)
}, 500)
} else {
loading.value++
@@ -359,7 +359,7 @@
monitorModule.cloudLoginIn(loginfo, (r) => {
if (loading.value === 2) {
setTimeout(() => {
- jumpTo(`/pages/watch/index`)
+ jumpTo(`/pages/login/index`)
}, 500)
} else {
loading.value++
diff --git a/pages/procurement/inventory.vue b/pages/procurement/inventory.vue
index 1682785..5570bb7 100644
--- a/pages/procurement/inventory.vue
+++ b/pages/procurement/inventory.vue
@@ -30,8 +30,8 @@
-
-
+
+
新增
@@ -51,7 +51,7 @@
+ @scrolltolower="plsbuytolower" :lower-threshold="200">
@@ -132,8 +132,11 @@
重置
-
+
确定
+
+ ({{ alltotal }}采购单)
+
@@ -141,21 +144,21 @@
+ @click="plzinfo.pddType=``;firstgetqueryCgdList();selectType=0">
全部
+ @click="plzinfo.pddType=`1`;firstgetqueryCgdList();selectType=1">
盘点中
+ @click="plzinfo.pddType=`2`;firstgetqueryCgdList();selectType=2">
已完成
-
+
+ {{ uni.getStorageSync('orgListName') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请选择您的机构
+
+
+
+
+ {{ item.departName }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/index/warehouse/newhome/backpage.jpg b/static/index/warehouse/newhome/backpage.jpg
new file mode 100644
index 0000000..d579d6e
Binary files /dev/null and b/static/index/warehouse/newhome/backpage.jpg differ
diff --git a/static/index/warehouse/newhome/count.png b/static/index/warehouse/newhome/count.png
index 1fe9d48..7ee9865 100644
Binary files a/static/index/warehouse/newhome/count.png and b/static/index/warehouse/newhome/count.png differ
diff --git a/static/index/warehouse/newhome/matrix0.png b/static/index/warehouse/newhome/matrix0.png
new file mode 100644
index 0000000..ce1b364
Binary files /dev/null and b/static/index/warehouse/newhome/matrix0.png differ
diff --git a/static/index/warehouse/newhome/matrix1.png b/static/index/warehouse/newhome/matrix1.png
new file mode 100644
index 0000000..bf97ccd
Binary files /dev/null and b/static/index/warehouse/newhome/matrix1.png differ
diff --git a/static/index/warehouse/newhome/matrix2.png b/static/index/warehouse/newhome/matrix2.png
new file mode 100644
index 0000000..f7edacc
Binary files /dev/null and b/static/index/warehouse/newhome/matrix2.png differ
diff --git a/static/index/warehouse/newhome/matrix3.png b/static/index/warehouse/newhome/matrix3.png
new file mode 100644
index 0000000..53f0dab
Binary files /dev/null and b/static/index/warehouse/newhome/matrix3.png differ
diff --git a/static/index/warehouse/newhome/matrix4.png b/static/index/warehouse/newhome/matrix4.png
new file mode 100644
index 0000000..990e3ff
Binary files /dev/null and b/static/index/warehouse/newhome/matrix4.png differ
diff --git a/static/index/warehouse/newhome/matrix5.png b/static/index/warehouse/newhome/matrix5.png
new file mode 100644
index 0000000..6b0b10a
Binary files /dev/null and b/static/index/warehouse/newhome/matrix5.png differ
diff --git a/static/shouye/lingdang.png b/static/shouye/lingdang.png
new file mode 100644
index 0000000..9da4808
Binary files /dev/null and b/static/shouye/lingdang.png differ
diff --git a/static/shouye/menu0.png b/static/shouye/menu0.png
new file mode 100644
index 0000000..569ecba
Binary files /dev/null and b/static/shouye/menu0.png differ
diff --git a/static/shouye/menu1.png b/static/shouye/menu1.png
new file mode 100644
index 0000000..c58bed3
Binary files /dev/null and b/static/shouye/menu1.png differ
diff --git a/static/shouye/menu2.png b/static/shouye/menu2.png
new file mode 100644
index 0000000..7988b63
Binary files /dev/null and b/static/shouye/menu2.png differ
diff --git a/static/shouye/menu3.png b/static/shouye/menu3.png
new file mode 100644
index 0000000..cccb048
Binary files /dev/null and b/static/shouye/menu3.png differ
diff --git a/static/shouye/menu4.png b/static/shouye/menu4.png
new file mode 100644
index 0000000..92f9f2c
Binary files /dev/null and b/static/shouye/menu4.png differ
diff --git a/static/shouye/menu5.png b/static/shouye/menu5.png
new file mode 100644
index 0000000..601878b
Binary files /dev/null and b/static/shouye/menu5.png differ
diff --git a/static/shouye/old.png b/static/shouye/old.png
new file mode 100644
index 0000000..fe867a8
Binary files /dev/null and b/static/shouye/old.png differ
diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js
index 04100f2..12310ff 100644
--- a/unpackage/dist/dev/.nvue/pages/camera.js
+++ b/unpackage/dist/dev/.nvue/pages/camera.js
@@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
-const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
+const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
export {
camera as default
};
diff --git a/unpackage/dist/dev/.nvue/pages/fullcamera.js b/unpackage/dist/dev/.nvue/pages/fullcamera.js
index c959abe..dd59bdc 100644
--- a/unpackage/dist/dev/.nvue/pages/fullcamera.js
+++ b/unpackage/dist/dev/.nvue/pages/fullcamera.js
@@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
-const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
+const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
export {
fullcamera as default
};