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
976c0b01
Commit
976c0b01
authored
May 25, 2023
by
houjn@hikoon.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提货文案
parent
0208bedf
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
Release.vue
src/views/ecw/order/components/Release.vue
+3
-3
release.vue
src/views/ecw/order/release.vue
+2
-2
No files found.
src/i18n/languages/en_US.json
View file @
976c0b01
...
...
@@ -3897,4 +3897,4 @@
"收费方数"
:
""
,
"可放入重量"
:
""
,
"可放入收费重量"
:
""
}
\ No newline at end of file
}
src/views/ecw/order/components/Release.vue
View file @
976c0b01
...
...
@@ -84,7 +84,7 @@
<send-sms-code
:order-id=
"detail.orderId"
scene=
"5"
/>
</el-form-item>
<el-form-item
label=
""
style=
"margin-top:20px"
>
<el-button
type=
"success"
@
click=
"submit"
>
{{$t('确认
放
货')}}
</el-button>
<el-button
type=
"success"
@
click=
"submit"
>
{{$t('确认
提
货')}}
</el-button>
<el-button
type=
"default"
@
click=
"closeDialog"
>
{{$t('关闭')}}
</el-button>
</el-form-item>
</el-form>
...
...
@@ -182,7 +182,7 @@ export default {
this
.
$emit
(
'
success
'
)
})
})
}
}
...
...
@@ -205,4 +205,4 @@ export default {
::v-deep
.release-table
.el-form-item__error
{
position
:
static
;
}
</
style
>
\ No newline at end of file
</
style
>
src/views/ecw/order/release.vue
View file @
976c0b01
...
...
@@ -18,7 +18,7 @@
{{
$t
(
'
数量
'
)
}}
:
{{
order
.
sumQuantity
}}{{
$t
(
'
个
'
)
}}
</div>
</el-form-item>
<el-form-item
:label=
"$t('
放
货方式')"
>
<el-form-item
:label=
"$t('
提
货方式')"
>
<dict-selector
:type=
"DICT_TYPE.ECW_HARVEST_METHOD"
v-model=
"form.pickType"
form-type=
"radio"
formatter=
"number"
></dict-selector>
</el-form-item>
<el-form-item
:label=
"$t('提货时间')"
v-if=
"form.pickType == 1"
>
...
...
@@ -54,7 +54,7 @@
<el-input
v-model=
"form.remark"
type=
"textarea"
placeholder=
""
></el-input>
</el-form-item>
<el-form-item
label=
""
>
<el-button
type=
"primary"
@
click=
"submit"
>
{{$t('确认
放
货')}}
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
>
{{$t('确认
提
货')}}
</el-button>
<el-button
type=
"default"
@
click=
"$router.back()"
>
{{$t('取消')}}
</el-button>
</el-form-item>
</el-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