diff --git a/pages.json b/pages.json
index e6e6781..8c2827e 100644
--- a/pages.json
+++ b/pages.json
@@ -164,6 +164,13 @@
{
"navigationBarTitleText" : ""
}
+ },
+ {
+ "path" : "pages/procurement/addtory",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
}
],
"globalStyle": {
diff --git a/pages/procurement/addtory.vue b/pages/procurement/addtory.vue
new file mode 100644
index 0000000..b9ea2fe
--- /dev/null
+++ b/pages/procurement/addtory.vue
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+ 盘点单
+ 101P20251012001
+ 梁嘉豪 | 2025.10.12
+
+ 生活用品库
+
+
+
+
+
+ {{ item }}
+
+
+
+
+ 盘点中
+ 已完成
+
+
+
+
+
+
+
+ 取消盘点
+ 提交盘点单
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/procurement/common/toryitem.vue b/pages/procurement/common/toryitem.vue
new file mode 100644
index 0000000..1c299d1
--- /dev/null
+++ b/pages/procurement/common/toryitem.vue
@@ -0,0 +1,680 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{v.categoryId_dictText}}
+ {{v.typeId_dictText}}
+ {{v.medicationId_dictText}}
+ 123123123
+ 1232131212321312
+ 213213213
+
+
+
+ 纸尿裤-拉拉裤纸尿裤-拉拉裤
+
+ 物料编码:
+ 040601022
+
+
+ 物料单位:
+ 片
+
+
+ 规格型号:
+ 800mm*680mm
+
+
+
+ 20
+ 库存数量
+
+
+ 15
+ 盘点数量
+
+
+
+
+ -5
+ 差额
+
+
+
+
+
+
+
+
+
+
+ 备注
+ 5
+
+
+
+
+ 拍照
+ 5
+
+
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+ 拍照:
+
+
+
+
+
+
+
+
+
+
+ 点击拍照上传
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/procurement/common/torytor.vue b/pages/procurement/common/torytor.vue
new file mode 100644
index 0000000..4ec6663
--- /dev/null
+++ b/pages/procurement/common/torytor.vue
@@ -0,0 +1,218 @@
+
+
+
+
+ 数量
+
+
+ {{item}}
+
+
+
+
+ -
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ 同步
+
+
+ {{item}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/procurement/components/calculator.vue b/pages/procurement/components/calculator.vue
index 5e9fb7c..afda346 100644
--- a/pages/procurement/components/calculator.vue
+++ b/pages/procurement/components/calculator.vue
@@ -50,7 +50,6 @@
{{item}}
-
+
diff --git a/pages/procurement/inventory.vue b/pages/procurement/inventory.vue
index 83e1690..f349e1c 100644
--- a/pages/procurement/inventory.vue
+++ b/pages/procurement/inventory.vue
@@ -521,13 +521,14 @@
if(res.success){
addshow.value = false
chongzhi()
- setTimeout(()=>{
- uni.showToast({
- title: `新增成功`,
- icon: 'none', // 'none' 表示不带图标
- duration: 2000
- })
- },50)
+ uni.navigateTo({url:'/pages/procurement/addtory'})
+ // setTimeout(()=>{
+ // uni.showToast({
+ // title: `新增成功`,
+ // icon: 'none', // 'none' 表示不带图标
+ // duration: 2000
+ // })
+ // },50)
}else{
openmessage.value = true
errormessage.value = res.message
diff --git a/pages/procurement/retstock.vue b/pages/procurement/retstock.vue
index a3883c5..a674a7f 100644
--- a/pages/procurement/retstock.vue
+++ b/pages/procurement/retstock.vue
@@ -233,7 +233,9 @@
nuId: tharrlist.value[cardindex.value].nuId,
elderId: tharrlist.value[cardindex.value].elderId
}
+ console.log(obj)
addThc(obj).then(res => {
+ console.log(res)
if (res.success && res.result.status == 'success') {
uni.showToast({
icon: 'success',
@@ -246,7 +248,7 @@
} else {
uni.showToast({
icon: 'none',
- title: res.result.message
+ title: res.result.message?res.result.message:res.message
})
}
})
diff --git a/static/index/procurement/jb.png b/static/index/procurement/jb.png
new file mode 100644
index 0000000..b314b6a
Binary files /dev/null and b/static/index/procurement/jb.png differ
diff --git a/static/index/procurement/pd0.png b/static/index/procurement/pd0.png
new file mode 100644
index 0000000..3626958
Binary files /dev/null and b/static/index/procurement/pd0.png differ
diff --git a/static/index/procurement/pd1.png b/static/index/procurement/pd1.png
new file mode 100644
index 0000000..55e3cb4
Binary files /dev/null and b/static/index/procurement/pd1.png differ
diff --git a/static/index/procurement/pd2.png b/static/index/procurement/pd2.png
new file mode 100644
index 0000000..55813f9
Binary files /dev/null and b/static/index/procurement/pd2.png differ
diff --git a/static/index/procurement/pd3.png b/static/index/procurement/pd3.png
new file mode 100644
index 0000000..3b26c15
Binary files /dev/null and b/static/index/procurement/pd3.png differ
diff --git a/static/index/procurement/pd4.png b/static/index/procurement/pd4.png
new file mode 100644
index 0000000..36df22b
Binary files /dev/null and b/static/index/procurement/pd4.png differ
diff --git a/static/index/procurement/pd5.png b/static/index/procurement/pd5.png
new file mode 100644
index 0000000..d8644dc
Binary files /dev/null and b/static/index/procurement/pd5.png differ
diff --git a/static/index/procurement/sq0.png b/static/index/procurement/sq0.png
new file mode 100644
index 0000000..3a2f249
Binary files /dev/null and b/static/index/procurement/sq0.png differ
diff --git a/static/index/procurement/sq1.png b/static/index/procurement/sq1.png
new file mode 100644
index 0000000..9d942ff
Binary files /dev/null and b/static/index/procurement/sq1.png differ
diff --git a/static/index/procurement/sq2.png b/static/index/procurement/sq2.png
new file mode 100644
index 0000000..5d04fea
Binary files /dev/null and b/static/index/procurement/sq2.png differ
diff --git a/static/index/procurement/th.png b/static/index/procurement/th.png
new file mode 100644
index 0000000..dfea756
Binary files /dev/null and b/static/index/procurement/th.png differ
diff --git a/static/index/procurement/xj.png b/static/index/procurement/xj.png
new file mode 100644
index 0000000..0bbf8ab
Binary files /dev/null and b/static/index/procurement/xj.png differ
diff --git a/static/index/procurement/xjpz.png b/static/index/procurement/xjpz.png
new file mode 100644
index 0000000..79703c6
Binary files /dev/null and b/static/index/procurement/xjpz.png differ
diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js
index 12310ff..04100f2 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 dd59bdc..c959abe 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
};