Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
a02103c6
Commit
a02103c6
authored
Feb 20, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
c62eb84a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
+3
-3
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+1
-9
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+1
-1
No files found.
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
View file @
a02103c6
...
...
@@ -16,7 +16,7 @@
shareholder
:
[],
employees
:
[],
logistics
:
[],
attachFiles
:[],
attachFiles
:
[],
}
},
mounted
:
function
()
{
...
...
@@ -36,8 +36,8 @@
methods
:
{
getFlow
(){
let
obj
=
this
.
$root
.
copyParams
({
"channelUserId"
:
"15010929366"
,
"orderNo"
:
"203915601880842"
"channelUserId"
:
this
.
$root
.
channelUserId
||
"15010929366"
,
"orderNo"
:
this
.
$route
.
query
.
channelOrderNo
||
"203915601880842"
},
"getOrderDeliveryInfo"
,
"/action/tmOrder/springBoard"
,
'yes'
,
'yes'
);
/*
obj.actionBody.channelUserId = '15010929366';
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
a02103c6
...
...
@@ -502,15 +502,7 @@
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"itemName"
label=
"公司类型"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.tmName"
:disabled=
"scope.row.tmName ? false : true"
>
<p
solt=
"content"
>
{{scope.row.tmName ? scope.row.tmName : \'---\'}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"quantity"
label=
"件数"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.quantity"
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
a02103c6
...
...
@@ -606,7 +606,7 @@
this
.
$router
.
push
({
path
:
`/
${
this
.
$root
.
channelName
}
/companydetail`
,
query
:
{
deliveryOrderNo
:
row
.
delivery
OrderNo
,
channelOrderNo
:
row
.
channel
OrderNo
,
channelUserId
:
this
.
$route
.
query
.
channelUserId
,
deliveryStatus
:
this
.
deliveryStatus
,
totalSum
:
row
.
totalSum
,
...
...
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