Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-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
1
Merge Requests
1
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-web-master
Commits
779437d3
Commit
779437d3
authored
Mar 10, 2025
by
Smile
Committed by
wux
Mar 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug312 APP/WEB控货订单下载提单添加限制条件 ,添加分批放货提示语
parent
b94a8fe7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
en.js
src/lang/en.js
+2
-1
zh.js
src/lang/zh.js
+2
-1
orderdetail.vue
src/views/jiedao/profile/orderdetail.vue
+6
-1
No files found.
src/lang/en.js
View file @
779437d3
...
...
@@ -659,7 +659,8 @@ export default {
member
:
'
Member
'
,
admin
:
'
Admin
'
,
createTime
:
'
Create Time
'
,
customerService
:
'
Customer service
'
customerService
:
'
Customer service
'
,
noSeeBillLading
:
'
This order will be released in batches. Please contact the shipper to obtain the Bill of Lading (B/L).
'
},
customer
:
{
none
:
'
none
'
,
...
...
src/lang/zh.js
View file @
779437d3
...
...
@@ -637,7 +637,8 @@ export default {
member
:
'
会员
'
,
admin
:
'
后台用户
'
,
createTime
:
'
创建时间
'
,
customerService
:
'
客户经理
'
customerService
:
'
客户经理
'
,
noSeeBillLading
:
'
此订单分批放货,请与发货人联系获取提单。
'
},
customer
:
{
none
:
'
无
'
,
...
...
src/views/jiedao/profile/orderdetail.vue
View file @
779437d3
...
...
@@ -303,7 +303,12 @@
<el-tab-pane
:label=
"$t('orderdetail.activeThree')"
name=
"three"
>
<el-button
type=
"text"
:disabled=
"order.inWarehouseState == 0 && order.shipmentState == 0"
@
click=
"showWarehouseReceipt=true"
>
{{ $t('orderdetail.showWarehouseReceipt') }}
</el-button>
<el-button
type=
"text"
:disabled=
"!orderShowLadingStateStatus||(!order.tidanNo || order.ladingState==false)"
@
click.native=
"showLadingBill=true"
>
{{ $t('orderdetail.showLadingBill') }}
</el-button>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('orderdetail.noSeeBillLading')"
placement=
"top"
>
<span>
<el-button
type=
"text"
:disabled=
"!orderShowLadingStateStatus||(!order.tidanNo || order.ladingState==false)"
@
click.native=
"showLadingBill=true"
>
{{ $t('orderdetail.showLadingBill') }}
</el-button>
</span>
</el-tooltip>
<el-button
type=
"text"
@
click.native=
"declarationOrderId=order.orderId"
>
{{ $t('common.seeDeclaration') }}
</el-button>
<!-- <el-button :disabled="true" type="text">{{$t('orderdetail.装箱单未上传')}}</el-button> -->
</el-tab-pane>
...
...
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