Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
50c22137
Commit
50c22137
authored
Aug 05, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix' into dev
parents
93c478e2
354c8088
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
7 deletions
+23
-7
index.js
src/router/index.js
+14
-2
queryAir.vue
src/views/ecw/box/queryAir.vue
+2
-2
receiptDetail.vue
src/views/ecw/financial/receiptDetail.vue
+1
-1
index.vue
src/views/ecw/order/index.vue
+4
-0
index.vue
src/views/report/customer_analysis/index.vue
+2
-2
No files found.
src/router/index.js
View file @
50c22137
...
...
@@ -441,7 +441,13 @@ export const constantRoutes = [
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/box/query
'
),
props
:
true
,
name
:
'
shippingDetail
'
,
meta
:
{
titleZh
:
'
出货详情
'
,
titleEn
:
"
Shipping Details
"
,
icon
:
''
,
activeMenu
:
'
/shipment/boxDetail
'
}
meta
:
{
titleZh
:
'
出货详情
'
,
titleEn
:
"
Shipping Details
"
,
icon
:
''
,
activeMenu
:
'
/shipment/boxDetail
'
,
componentPath
:
'
ecw/box/query
'
}
},
{
path
:
'
shippingSea/:shipmentId(
\\
d+)
'
,
...
...
@@ -485,7 +491,13 @@ export const constantRoutes = [
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/box/queryAir
'
),
props
:
true
,
name
:
'
shippingDetail
'
,
meta
:
{
titleZh
:
'
出货详情
'
,
titleEn
:
"
Shipping Details
"
,
icon
:
''
,
activeMenu
:
'
/shipment/boxDetail
'
}
meta
:
{
titleZh
:
'
出货详情
'
,
titleEn
:
"
Shipping Details
"
,
icon
:
''
,
activeMenu
:
'
/shipment/boxDetail
'
,
componentPath
:
'
ecw/box/queryAir
'
}
},
{
path
:
'
shippingAir/:shipmentId(
\\
d+)
'
,
...
...
src/views/ecw/box/queryAir.vue
View file @
50c22137
...
...
@@ -291,7 +291,7 @@
>
</template>
</el-table-column>-->
<el-table-column
prop=
""
:label=
"$t('操作')"
...
...
@@ -690,7 +690,7 @@ import { listUser } from "@/api/system/user";
import
unloadingError
from
"
./shippingAir/nodePage/unloading/openError.vue
"
;
export
default
{
name
:
"
EcwBox
BoxQueryA
ir
"
,
name
:
"
EcwBox
Querya
ir
"
,
props
:
{
shipmentId
:
String
,
},
...
...
src/views/ecw/financial/receiptDetail.vue
View file @
50c22137
...
...
@@ -1470,7 +1470,7 @@ export default {
setTimeout
(()
=>
{
this
.
addForm
=
{
...
row
}
;
let
bank
=
this
.
bankData
.
find
(
(
v
)
=>
v
.
baAccountNum
==
this
.
addForm
.
accountNo
(
v
)
=>
v
.
baAccountNum
==
this
.
addForm
.
accountNo
&&
v
.
baAccountName
==
this
.
addForm
.
accountName
);
if
(
bank
)
this
.
addForm
.
accountId
=
bank
.
id
;
this
.
setWriteOffAmount
();
...
...
src/views/ecw/order/index.vue
View file @
50c22137
...
...
@@ -1998,6 +1998,10 @@ export default {
rows
:
10
,
packageTypeArr
:
[],
};
this
.
destCountryId
=
null
this
.
destWarehouseId
=
null
this
.
objectiveId
=
null
this
.
queryParams
.
channelId
=
""
;
this
.
noParam
.
value
=
""
;
this
.
prodParam
.
value
=
""
;
...
...
src/views/report/customer_analysis/index.vue
View file @
50c22137
...
...
@@ -546,8 +546,8 @@ export default {
edate4
:
undefined
,
//客户创建时间
sdate5
:
undefined
,
//首次成交时间
edate5
:
undefined
,
//首次成交时间
orderfield
:
undefined
,
//排序字段
ordertype
:
undefined
,
//排序方式
orderfield
:
null
,
//排序字段
ordertype
:
null
,
//排序方式
},
// 表单参数
form
:
{},
...
...
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