diff --git a/pages.json b/pages.json
index 83ca99a..ceadc1e 100644
--- a/pages.json
+++ b/pages.json
@@ -293,6 +293,13 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/hdyy/ccgl/sy-manage",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
,{
"path" : "pages/hdyy/zpgl/mater-zudai",
"style" :
diff --git a/pages/hdyy/ccgl/sy-manage.vue b/pages/hdyy/ccgl/sy-manage.vue
new file mode 100644
index 0000000..c696034
--- /dev/null
+++ b/pages/hdyy/ccgl/sy-manage.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+ 袋码/载具码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 11ca602..36144bd 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -249,6 +249,18 @@ export const confirmInside = (qty, scode, stcode, rows) => request({
data: {total_qty: qty, storagevehicle_code: scode, struct_code: stcode, rows: rows}
})
+// 损益管理 (仓储管理) 共(2) 个
+// 查询库存信息
+export const queryMoreIvt = (vcode) => request({
+ url:'api/pdaWarehouse/queryMoreIvt',
+ data: {vehicle_code: vcode}
+})
+// 确认损益
+export const confirmMore = (rows) => request({
+ url:'api/pdaWarehouse/confirmMore',
+ data: {rows: rows}
+})
+
/**
* 生产管理
*/
diff --git a/utils/mork02.js b/utils/mork02.js
index 71d22e7..9fb0564 100644
--- a/utils/mork02.js
+++ b/utils/mork02.js
@@ -22,7 +22,8 @@ export const allAuthority = () => {
{menu_id: '1', title: '收货入库', path: '/pages/hdyy/ccgl/sh-instore'},
{menu_id: '2', title: '直接入库', path: '/pages/hdyy/ccgl/zj-instore'},
{menu_id: '3', title: '直接出库', path: '/pages/hdyy/ccgl/zj-outstore'},
- {menu_id: '4', title: '库内合盘', path: '/pages/hdyy/ccgl/kn-hepan'}
+ {menu_id: '4', title: '库内合盘', path: '/pages/hdyy/ccgl/kn-hepan'},
+ {menu_id: '5', title: '损益管理', path: '/pages/hdyy/ccgl/sy-manage'}
]},
{menu_id: '5', path: 'RF05', title: '生产管理', sonTree: [
{menu_id: '1', title: '成品出料', path: '/pages/hdyy/scgl/cp-chuliao'},