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
bbd9d782
Commit
bbd9d782
authored
Jan 01, 2024
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉阶梯价
parent
a95992a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
edit.vue
src/views/ecw/channel/edit.vue
+23
-23
No files found.
src/views/ecw/channel/edit.vue
View file @
bbd9d782
...
...
@@ -104,29 +104,29 @@
</el-form-item>
</el-col>
</el-row>
<div
style=
"display: flex; justify-content: space-between;"
>
<h1
>
<span
style=
"color: red;font-size: 14px;font-weight: 700;"
>
*
</span
>
渠道包装列表
</h1
>
<div
>
<el-button
type=
"primary"
@
click=
"addPackaging"
>
添加包装类型
</el-button
>
<el-button
type=
"text"
@
click=
"dialogVisible = true;"
>
选择渠道包装模板
</el-button
>
</div
>
</div
>
<el-row
:gutter=
"20"
v-for=
"(itemm, index) in form.channelPackagingList"
style=
"margin-bottom: 50px;border-bottom: 1px solid #cccccc"
:key=
"index"
>
<el-col
:span=
"2"
>
包装类型{{index + 1}}:
</el-col
>
<el-col
:span=
"5"
>
<el-select
multiple
v-model=
"itemm.packagingTypes"
>
<el-option
v-for=
"item in getDictDatas(DICT_TYPE.ECW_PACKAGING_TYPE)"
:value=
"item.value"
:key=
"item.value"
:label=
"$l(item, 'label')"
:disabled=
"deletePackagingTypes.includes(item.value) && !itemm.packagingTypes.includes(item.value)"
></el-option
>
</el-select
>
</el-col
>
<el-col
:span=
"16"
>
<packaging-type
v-if=
"form.channelPackagingList.length"
v-model=
"form.channelPackagingList[index]"
>
<el-button
:disabled=
"form.channelPackagingList.length === 1"
@
click=
"deleteFn(index)"
type=
"danger"
>
删除包装类型{{index + 1}}
</el-button
>
</packaging-type
>
</el-col
>
</el-row
>
<!-- <div style="display: flex; justify-content: space-between;">--
>
<!-- <h1>--
>
<!-- <span style="color: red;font-size: 14px;font-weight: 700;">*</span>--
>
<!-- 渠道包装列表-->
<!-- </h1>--
>
<!-- <div>--
>
<!-- <el-button type="primary" @click="addPackaging" >添加包装类型</el-button>--
>
<!-- <el-button type="text" @click="dialogVisible = true;">选择渠道包装模板</el-button>--
>
<!-- </div>--
>
<!-- </div>--
>
<!-- <el-row :gutter="20" v-for="(itemm, index) in form.channelPackagingList" style="margin-bottom: 50px;border-bottom: 1px solid #cccccc" :key="index">--
>
<!-- <el-col :span="2">包装类型{{index + 1}}:</el-col>--
>
<!-- <el-col :span="5">--
>
<!-- <el-select multiple v-model="itemm.packagingTypes" >--
>
<!-- <el-option v-for="item in getDictDatas(DICT_TYPE.ECW_PACKAGING_TYPE)" :value="item.value" :key="item.value" :label="$l(item, 'label')" :disabled="deletePackagingTypes.includes(item.value) && !itemm.packagingTypes.includes(item.value)" ></el-option>--
>
<!-- </el-select>--
>
<!-- </el-col>--
>
<!-- <el-col :span="16">--
>
<!-- <packaging-type v-if="form.channelPackagingList.length" v-model="form.channelPackagingList[index]">--
>
<!-- <el-button :disabled="form.channelPackagingList.length === 1" @click="deleteFn(index)" type="danger">删除包装类型{{index + 1}}</el-button>--
>
<!-- </packaging-type>--
>
<!-- </el-col>--
>
<!-- </el-row>--
>
<el-form-item
:label=
"$t('备注-中文')"
prop=
"remarksZh"
>
<el-input
v-model=
"form.remarksZh"
...
...
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