Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
godwithdh
WX_h5
Commits
190116b4
Commit
190116b4
authored
Dec 18, 2019
by
张锡奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
0f7bc72b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
host.js
src/libs/host.js
+2
-2
index.vue
src/view/tiip/kanban/index.vue
+1
-1
operateDetail.vue
src/view/tiip/kanban/operateDetail.vue
+2
-1
materialDetail.vue
src/view/tiip/searchOrder/materialDetail.vue
+4
-4
No files found.
src/libs/host.js
View file @
190116b4
...
@@ -13,8 +13,8 @@ function urlFun(name){
...
@@ -13,8 +13,8 @@ function urlFun(name){
* 默认公司
* 默认公司
*/
*/
// default:`http://192.168.4.39:5001`,
// default:`http://192.168.4.39:5001`,
//
default:`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`,
default
:
`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`
,
default
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/
${
userID
}
`
,
//
default:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/${userID}`,
/**
/**
* 基本地址
* 基本地址
...
...
src/view/tiip/kanban/index.vue
View file @
190116b4
...
@@ -159,7 +159,7 @@ export default {
...
@@ -159,7 +159,7 @@ export default {
mounted
(){
mounted
(){
window
.
kanban
=
this
window
.
kanban
=
this
this
.
$store
.
dispatch
(
'saveUserId'
,
this
.
$route
.
params
.
userId
);
this
.
$store
.
dispatch
(
'saveUserId'
,
this
.
$route
.
params
.
userId
);
console
.
log
()
this
.
dateMode
=
3
;
},
},
methods
:{
methods
:{
preDate
(){
preDate
(){
...
...
src/view/tiip/kanban/operateDetail.vue
View file @
190116b4
...
@@ -312,7 +312,8 @@ export default {
...
@@ -312,7 +312,8 @@ export default {
if
(
this
.
activeTab
==
0
){
if
(
this
.
activeTab
==
0
){
this
.
$router
.
push
({
name
:
'tiipOperateCustomDetail'
,
params
:{
type
:
'custom'
}})
this
.
$router
.
push
({
name
:
'tiipOperateCustomDetail'
,
params
:{
type
:
'custom'
}})
}
else
{
}
else
{
this
.
$router
.
push
({
name
:
'tiipOperateCustomDetail'
,
params
:{
type
:
'material'
}})
this
.
$store
.
dispatch
(
'searchOrderSaveDtl'
,
this
.
list
[
res
.
trIndex
]);
this
.
$router
.
push
({
name
:
'searchOrderMaterialDetail'
})
}
}
}
else
if
(
res
.
tdIndex
=
3
){
}
else
if
(
res
.
tdIndex
=
3
){
this
.
$router
.
push
({
name
:
'tiipOperateSaleDetail'
})
this
.
$router
.
push
({
name
:
'tiipOperateSaleDetail'
})
...
...
src/view/tiip/searchOrder/materialDetail.vue
View file @
190116b4
...
@@ -28,20 +28,20 @@
...
@@ -28,20 +28,20 @@
}
}
>div:nth-child(odd){
>div:nth-child(odd){
background:#eef4fe;
background:#eef4fe;
border:1px solid #
2d8cf0
;
border:1px solid #
dbe9f8
;
border-top:0;
border-top:0;
}
}
>div:nth-child(even){
>div:nth-child(even){
background:white;
background:white;
border-bottom:1px solid #
2d8cf0
;
border-bottom:1px solid #
dbe9f8
;
}
}
>div:nth-child(4n){
>div:nth-child(4n){
background:white;
background:white;
border-right:1px solid #
2d8cf0
;
border-right:1px solid #
dbe9f8
;
}
}
}
}
.tr:first-child{
.tr:first-child{
border-top:1px solid #
2d8cf0
;
border-top:1px solid #
dbe9f8
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment