diff --git a/pages.json b/pages.json
index db83596..b77b528 100644
--- a/pages.json
+++ b/pages.json
@@ -300,6 +300,27 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/hdyy/ccgl/xuni-instore",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/ccgl/xuni-instore-matersave",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/ccgl/xuni-outstore",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
,{
"path" : "pages/hdyy/zpgl/mater-zudai",
"style" :
diff --git a/pages/hdyy/ccgl/xuni-instore-matersave.vue b/pages/hdyy/ccgl/xuni-instore-matersave.vue
new file mode 100644
index 0000000..e39359e
--- /dev/null
+++ b/pages/hdyy/ccgl/xuni-instore-matersave.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+ 关键字
+
+
+
+
+
+
+
+
+
+
+
+
+ | 物料编码 |
+ 物料名称 |
+ 类别 |
+ 供应商质量代码 |
+ 供应商名称 |
+
+
+
+
+ | {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.class_name}} |
+ {{e.quality_code}} |
+ {{e.supp_name}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/ccgl/xuni-instore.vue b/pages/hdyy/ccgl/xuni-instore.vue
new file mode 100644
index 0000000..803b5fc
--- /dev/null
+++ b/pages/hdyy/ccgl/xuni-instore.vue
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/ccgl/xuni-outstore.vue b/pages/hdyy/ccgl/xuni-outstore.vue
new file mode 100644
index 0000000..91959f0
--- /dev/null
+++ b/pages/hdyy/ccgl/xuni-outstore.vue
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+ 袋码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 01b7445..24dd56d 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -138,8 +138,8 @@
},
methods: {
async _authority () {
- let res = await authority()
- // let res = await allAuthority()
+ // let res = await authority()
+ let res = await allAuthority()
if (res.code === '1') {
this.menuList = [...res.result.rf_menu1.sonTree]
} else {
diff --git a/utils/getData3.js b/utils/getData3.js
index 73af7fe..6ebdf32 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -272,6 +272,13 @@ export const confirmMore = (rows) => request({
data: {rows: rows}
})
+// 虚拟入库(仓储管理)共 (1) 个
+// 确认入库
+export const hyConfirmIn = (rows) => request({
+ url:'api/pdaWarehouse/hyConfirmIn',
+ data: {rows: rows}
+})
+
/**
* 生产管理
*/
diff --git a/utils/mork02.js b/utils/mork02.js
index ee13cdf..fca08ce 100644
--- a/utils/mork02.js
+++ b/utils/mork02.js
@@ -25,7 +25,10 @@ export const allAuthority = () => {
{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: '5', title: '损益管理', path: '/pages/hdyy/ccgl/sy-manage'}
+ {menu_id: '5', title: '损益管理', path: '/pages/hdyy/ccgl/sy-manage'},
+ {menu_id: '6', title: '虚拟入库', path: '/pages/hdyy/ccgl/xuni-instore'},
+ {menu_id: '7', title: '虚拟出库', path: '/pages/hdyy/ccgl/xuni-outstore'}
+
]},
{menu_id: '5', path: 'RF05', title: '生产管理', sonTree: [
{menu_id: '1', title: '成品出料', path: '/pages/hdyy/scgl/cp-chuliao'},