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
bc260e01
Commit
bc260e01
authored
Aug 17, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
7448acda
2ffd3350
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
en_US.json
src/i18n/languages/en_US.json
+1
-1
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+4
-4
index.vue
src/views/ecw/region/index.vue
+1
-1
No files found.
src/i18n/languages/en_US.json
View file @
bc260e01
...
...
@@ -2641,7 +2641,7 @@
"上级区域"
:
"Superior Area"
,
"选择上级区域"
:
"Select superior area"
,
"请输入简称"
:
"Please enter the abbreviation"
,
"国家城市代码"
:
"Country City Code"
,
"国家
代码-
城市代码"
:
"Country City Code"
,
"显示顺序"
:
"Display order"
,
"请输入显示顺序"
:
"Please enter the display order"
,
"部门状态"
:
"Department Status"
,
...
...
src/views/ecw/order/prepayDeal.vue
View file @
bc260e01
...
...
@@ -41,7 +41,7 @@
</el-form-item>
</el-row>
<!-- 单证异常,发货人异常,其他异常 不显示这部分内容 -->
<div
v-if=
"['order_doc_exception','order_consignor_exception', 'order_other_exception'].indexOf(orderExceptionData.orderExceptionType) == -1"
>
<div
v-if=
"['order_doc_exception','order_consignor_exception', 'order_other_exception'
,'overweight_exception'
].indexOf(orderExceptionData.orderExceptionType) == -1"
>
<!-- 预付异常,提货异常,代收货款是针对整个订单的 -->
<template
v-if=
"['order_pay_exception','order_pick_up_exception', 'order_cod_exception','not_customer_service_exception'].indexOf(orderExceptionData.orderExceptionType) > -1"
>
<el-row>
...
...
@@ -174,7 +174,7 @@
<
/el-table
>
<!--
单证异常,发货人异常,其他异常的表格
-->
<
el
-
table
v
-
if
=
"
['order_doc_exception', 'order_consignor_exception', 'order_other_exception','fee_exception'].indexOf(orderExceptionData.orderExceptionType) > -1
"
v
-
loading
=
"
loading
"
border
:
data
=
"
orderData.orderItemVOList
"
>
<
el
-
table
v
-
if
=
"
['order_doc_exception', 'order_consignor_exception', 'order_other_exception','fee_exception'
,'overweight_exception'
].indexOf(orderExceptionData.orderExceptionType) > -1
"
v
-
loading
=
"
loading
"
border
:
data
=
"
orderData.orderItemVOList
"
>
<
el
-
table
-
column
:
label
=
"
$t('序号')
"
align
=
"
center
"
prop
=
"
id
"
type
=
"
index
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
span
>
{{
scope
.
$index
+
1
}}
<
/span
>
...
...
@@ -202,7 +202,7 @@
<!--
v2
.
0
入仓特性异常
-->
<
el
-
table
-
column
:
label
=
"
$t('入仓特性')
"
prop
=
"
num
"
>
<
template
slot
-
scope
=
"
scope
"
>
{{
scope
.
row
.
warehouseInInfoVO
&&
scope
.
row
.
warehouseInInfoVO
.
prodAttrIds
?
getProdAtrr
(
scope
.
row
.
warehouseInInfoVO
.
prodAttrIds
):
''
}}
{{
getProdAtrr
(
scope
.
row
.
warehouseInProdAttrIds
)
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('方数')
"
prop
=
"
volume
"
>
...
...
@@ -548,7 +548,7 @@
<!--
v2
.
0
入仓特性异常
-->
<
el
-
table
-
column
:
label
=
"
$t('入仓特性')
"
align
=
"
center
"
prop
=
"
num
"
min
-
width
=
"
60
"
>
<
template
slot
-
scope
=
"
scope
"
>
{{
scope
.
row
.
warehouseInInfoVO
&&
scope
.
row
.
warehouseInInfoVO
.
prodAttrIds
?
getProdAtrr
(
scope
.
row
.
warehouseInInfoVO
.
prodAttrIds
):
''
}}
{{
getProdAtrr
(
scope
.
row
.
warehouseInProdAttrIds
)
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('方数')
"
align
=
"
center
"
prop
=
"
volume
"
min
-
width
=
"
30
"
>
...
...
src/views/ecw/region/index.vue
View file @
bc260e01
...
...
@@ -102,7 +102,7 @@
<el-option
v-for=
"dict in regionTypeDatas"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('国家城市代码')"
prop=
"labelCode"
v-if=
"form.type == '1' || form.type == '3' "
>
<el-form-item
:label=
"$t('国家
代码-
城市代码')"
prop=
"labelCode"
v-if=
"form.type == '1' || form.type == '3' "
>
<el-input
v-model=
"form.labelCode"
placeholder=
"请输入国家代码-城市代码"
/>
</el-form-item>
<el-form-item
:label=
"$t('显示顺序')"
prop=
"sort"
>
...
...
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