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
26eafb9e
Commit
26eafb9e
authored
Sep 21, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
f5d996fc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/components/CustomerFollow/index.vue
+2
-1
index.vue
src/components/CustomerFollowList/index.vue
+1
-2
index.vue
src/components/FileUpload/index.vue
+1
-1
weightDeal.vue
src/views/ecw/order/weightDeal.vue
+2
-2
No files found.
src/components/CustomerFollow/index.vue
View file @
26eafb9e
...
@@ -158,7 +158,7 @@ export default {
...
@@ -158,7 +158,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
resetCustomerFollowForm
()
//
this.resetCustomerFollowForm()
if
(
!!
this
.
customerId
)
getCustomerContactsListByCustomer
({
customerId
:
this
.
customerId
}).
then
(
r
=>
{
if
(
!!
this
.
customerId
)
getCustomerContactsListByCustomer
({
customerId
:
this
.
customerId
}).
then
(
r
=>
{
this
.
customerContactsList
=
r
.
data
this
.
customerContactsList
=
r
.
data
this
.
customerFollow
.
form
.
customerId
=
this
.
customerId
this
.
customerFollow
.
form
.
customerId
=
this
.
customerId
...
@@ -213,6 +213,7 @@ export default {
...
@@ -213,6 +213,7 @@ export default {
this
.
customerFollow
.
dialogVisible
=
false
this
.
customerFollow
.
dialogVisible
=
false
},
},
resetCustomerFollowForm
()
{
resetCustomerFollowForm
()
{
console
.
log
(
11
)
this
.
customerFollow
.
form
=
{
this
.
customerFollow
.
form
=
{
"
bizId
"
:
this
.
id
,
"
bizId
"
:
this
.
id
,
"
contactName
"
:
undefined
,
"
contactName
"
:
undefined
,
...
...
src/components/CustomerFollowList/index.vue
View file @
26eafb9e
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
>
<el-col>
<el-col>
<el-form-item
label=
"跟进类型"
required
>
<el-form-item
label=
"跟进类型"
required
>
<span>
{{
form
.
followType
}}
</span>
<dict-selector
ref=
"dictTag"
form-type=
"radio"
v-model=
"form.followType"
:type=
"DICT_TYPE.CUSTOMER_FOLLOW_TYPE"
></dict-selector>
<dict-selector
ref=
"dictTag"
form-type=
"radio"
v-model=
"form.followType"
:type=
"DICT_TYPE.CUSTOMER_FOLLOW_TYPE"
></dict-selector>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -104,7 +103,7 @@ export default {
...
@@ -104,7 +103,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
resetCustomerFollowForm
()
//
this.resetCustomerFollowForm()
if
(
!!
this
.
customerId
)
getCustomerContactsListByCustomer
({
customerId
:
this
.
customerId
}).
then
(
r
=>
{
if
(
!!
this
.
customerId
)
getCustomerContactsListByCustomer
({
customerId
:
this
.
customerId
}).
then
(
r
=>
{
this
.
customerContactsList
=
r
.
data
this
.
customerContactsList
=
r
.
data
// this.$set(form, 'customerId', this.customerId)
// this.$set(form, 'customerId', this.customerId)
...
...
src/components/FileUpload/index.vue
View file @
26eafb9e
...
@@ -73,7 +73,7 @@ export default {
...
@@ -73,7 +73,7 @@ export default {
number
:
0
,
number
:
0
,
uploadList
:
[],
uploadList
:
[],
baseUrl
:
process
.
env
.
VUE_APP_BASE_API
,
baseUrl
:
process
.
env
.
VUE_APP_BASE_API
,
uploadFileUrl
:
process
.
env
.
VUE_APP_BASE_API
+
"
/a
pp-api/file/upload
"
,
// 上传的文件服务器地址
uploadFileUrl
:
process
.
env
.
VUE_APP_BASE_API
+
"
/a
dmin-api/infra/file/org-name/up
"
,
// 上传的文件服务器地址
headers
:
{
headers
:
{
Authorization
:
"
Bearer
"
+
getToken
(),
Authorization
:
"
Bearer
"
+
getToken
(),
},
},
...
...
src/views/ecw/order/weightDeal.vue
View file @
26eafb9e
...
@@ -74,9 +74,9 @@
...
@@ -74,9 +74,9 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('入库货物属性')"
align=
"center"
>
<el-table-column
:label=
"$t('入库货物属性')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
$t
(
'
品牌
'
)
}}
:
{{
scope
.
row
.
boxGauge
||
0
}}
</span>
<span>
{{
$t
(
'
箱规
'
)
}}
:
{{
scope
.
row
.
boxGauge
||
0
}}
</span>
<p>
<p>
<span>
品牌
:
<dict-tag
:value=
"scope.row.brandType"
:type=
"DICT_TYPE.ECW_IS_BRAND"
/></span>
<span>
{{
$t
(
'
品牌
'
)
}}
:
<dict-tag
:value=
"scope.row.brandType"
:type=
"DICT_TYPE.ECW_IS_BRAND"
/></span>
<span>
{{
$t
(
'
箱数
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
cartonsNum
:
0
}}
</span>
<span>
{{
$t
(
'
箱数
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
cartonsNum
:
0
}}
</span>
<span>
{{
$t
(
'
体积
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
volume
:
0
}}
CBM
</span>
<span>
{{
$t
(
'
体积
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
volume
:
0
}}
CBM
</span>
<span>
{{
$t
(
'
重量
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
weight
:
0
}}
KG
</span>
<span>
{{
$t
(
'
重量
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
weight
:
0
}}
KG
</span>
...
...
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