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
68ed4b97
Commit
68ed4b97
authored
Nov 25, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑路线价格不可修改商品
parent
fc02658c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
edit.vue
src/views/ecw/order/edit.vue
+3
-2
withdrawal.vue
src/views/ecw/order/withdrawal.vue
+5
-1
edit.vue
src/views/ecw/productPrice/edit.vue
+2
-2
No files found.
src/views/ecw/order/edit.vue
View file @
68ed4b97
...
...
@@ -783,10 +783,10 @@ export default {
this
.
calculationPrice
()
},
'
form.packageTypeArr
'
(
val
){
/*
'form.packageTypeArr'(val){
console.log('packageType', val, val.length)
this.$set(this.form, 'packageType', val ? val.join(',') : '')
},
},
*/
'
form.isExternalWarehouse
'
(
isExternalWarehouse
){
// 勾选外部仓则添加一个默认的,取消则删除默认的空的
if
(
!
isExternalWarehouse
){
...
...
@@ -1067,6 +1067,7 @@ export default {
item
.
channelIds
=
Array
.
from
(
item
.
channelIdSet
).
join
(
'
,
'
)
}
})
this
.
form
.
packageType
=
this
.
form
.
packageTypeArr
.
join
(
'
,
'
)
// 修改的提交
if
(
this
.
form
.
orderNo
!=
null
)
{
let
data
=
Object
.
assign
({},
this
.
form
,
{
...
...
src/views/ecw/order/withdrawal.vue
View file @
68ed4b97
...
...
@@ -21,7 +21,7 @@
</div>
<div>
<el-button
v-if=
"isExamine"
@
click=
"submit"
type=
"primary"
style=
"margin-right: 20px;"
>
{{
$t
(
'
确定退仓
'
)
}}
</el-button>
<el-button
v-if=
"!isExamine"
@
click=
"
$router.push(
{query:{id:details.formId},path:'/bpm/process-instance/detail'})
" type="primary" style="margin-right: 20px;">
{{
$t
(
'
审核中
'
)
}}
</el-button>
<el-button
v-if=
"!isExamine"
@
click=
"
goBpm
"
type=
"primary"
style=
"margin-right: 20px;"
>
{{
$t
(
'
审核中
'
)
}}
</el-button>
<el-button
v-if=
"!isExamine"
type=
"primary"
style=
"margin-right: 20px;"
@
click=
"cancellationOfOrder"
>
{{
$t
(
'
取消审核
'
)
}}
</el-button>
<el-button
@
click=
"$parent.show = false;"
>
{{
$t
(
'
不,再考虑考虑
'
)
}}
</el-button>
</div>
...
...
@@ -75,6 +75,10 @@ export default {
})
},
methods
:{
goBpm
(){
this
.
$parent
.
show
=
false
this
.
$router
.
push
({
query
:{
id
:
this
.
details
.
formId
},
path
:
'
/bpm/process-instance/detail
'
})
},
submit
(){
this
.
params
.
orderId
=
this
.
orderDetails
.
orderId
;
this
.
params
.
orderNo
=
this
.
orderDetails
.
orderNo
;
...
...
src/views/ecw/productPrice/edit.vue
View file @
68ed4b97
...
...
@@ -3,7 +3,7 @@
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"150px"
:disabled=
"readonly"
>
<el-form-item
:label=
"$t('商品类型')"
prop=
"productType"
>
<el-select
v-model=
"form.productType"
:disabled=
"!!$route.query.
ids
"
>
<el-select
v-model=
"form.productType"
:disabled=
"!!$route.query.
action
"
>
<el-option
v-for=
"type in productTypeList"
:key=
"type.id"
...
...
@@ -14,7 +14,7 @@
</el-form-item>
<el-form-item
:label=
"$t('商品名称')"
prop=
"titleZh"
>
<product-selector
v-model=
"form.productId"
:product-type=
"form.productType"
@
change=
"product = $event"
:disabled=
"!!$route.query.
ids
"
/>
<product-selector
v-model=
"form.productId"
:product-type=
"form.productType"
@
change=
"product = $event"
:disabled=
"!!$route.query.
action
"
/>
</el-form-item>
<el-form-item
:label=
"$t('英文名称')"
prop=
"titleEn"
>
...
...
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