Commit 83fc417e by LJM

css

parent 5473a441
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
/unpackage /unpackage
/*.hbuilderx /*.hbuilderx
/.DS_Store /.DS_Store
/node_modules
\ No newline at end of file
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-a-10cangkucangchu3:before {
content: "\e7a0";
}
.icon-a-10cangkucangchu1:before { .icon-a-10cangkucangchu1:before {
content: "\e79e"; content: "\e79e";
} }
......
...@@ -5,6 +5,26 @@ ...@@ -5,6 +5,26 @@
"navigationBarTitleText": "供应链WMS系统" "navigationBarTitleText": "供应链WMS系统"
} }
}, { }, {
"path": "pages/tallyGoods/exception",
"style": {
"navigationBarTitleText": "异常理货"
}
}, {
"path": "pages/tallyGoods/addException",
"style": {
"navigationBarTitleText": "新增异常"
}
}, {
"path": "pages/tallyGoods/exceptionSelect",
"style": {
"navigationBarTitleText": "选择异常类型"
}
}, {
"path": "pages/tallyGoods/exceptionDetail",
"style": {
"navigationBarTitleText": "异常详情"
}
}, {
"path": "pages/scan/index", "path": "pages/scan/index",
"style": { "style": {
"navigationBarTitleText": "扫描" "navigationBarTitleText": "扫描"
...@@ -178,6 +198,11 @@ ...@@ -178,6 +198,11 @@
"text": "首页" "text": "首页"
}, },
{ {
"pagePath": "pages/tallyGoods/exception",
"iconPath": "static/4.png",
"selectedIconPath": "static/4s.png",
"text": "异常"
}, {
"pagePath": "pages/mine/index", "pagePath": "pages/mine/index",
"iconPath": "static/3.png", "iconPath": "static/3.png",
"selectedIconPath": "static/3s.png", "selectedIconPath": "static/3s.png",
......
No preview for this file type
...@@ -208,7 +208,15 @@ const API = { ...@@ -208,7 +208,15 @@ const API = {
/** /**
* 修改是否查看 * 修改是否查看
*/ */
changeWatch: API_BASE + '/supplywechatwms/changeWatch' changeWatch: API_BASE + '/supplywechatwms/changeWatch',
/**
* 问客数量
*/
getAskNum: API_BASE + '/supplywechatwms/getAskNum',
/**
* 问客列表
*/
askCustomerProblemListV2: API_BASE + '/supplywechatwms/askCustomerProblemListV2'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment