Commit d1654b91 by 刘泽奇

123

parent 694845a8
......@@ -825,9 +825,9 @@
</transition>
<el-dialog title="提示" :visible.sync="showConfrim" width="30%" style="z-Index:9999;">
<div v-for="(item, index) in nclOne" :key="index" style="margin-bottom:10px;">
<div v-show="item.checked < 10">
<div v-show="item.nclThree.length < 10">
{{item.code}}类{{item.name}},商品/服务项目<span
style="color:red;">不足10项</span>,已选{{item.checked}}项,还可选{{10-item.checked}}个小项</span>
style="color:red;">不足10项</span>,已选{{item.nclThree.length}}项,还可选{{10-item.nclThree.length}}个小项</span>
</div>
</div>
<span slot="footer" class="dialog-footer" style="text-align:center;">
......@@ -846,4 +846,4 @@
<el-button type="primary" @click="goGsbLogin">去登录</el-button>
</span>
</el-dialog>
</div>
</div>
\ No newline at end of file
......@@ -1192,7 +1192,6 @@
this.nclOne.map((item, index) => {
if (item.nclThree.length < 10 && formName == "form") {
console.log(item, 'jjjjjjjjjjjjjjjjjjjjjjjjjj', agree);
item.checked = item.nclThree.length;
this.showConfrim = true;
if (agree) {
if (this.form.tmFormType == "4") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment