Commit a08dad77 by 刘泽奇

123

parent 74e127ab
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
形与原图形的色彩深浅(或灰度)一致,否则,可能影响《商标注册证》上图形的清晰度)如上传图样为黑白,取得注册后,可以更换商标颜色使用;<span>如上传图样为彩色,取得注册后只能按 形与原图形的色彩深浅(或灰度)一致,否则,可能影响《商标注册证》上图形的清晰度)如上传图样为黑白,取得注册后,可以更换商标颜色使用;<span>如上传图样为彩色,取得注册后只能按
照该彩色图样使用;如确认提交彩色图样,需在委托书商标名称后方增加以下文字“(指定颜色)”</span></div> 照该彩色图样使用;如确认提交彩色图样,需在委托书商标名称后方增加以下文字“(指定颜色)”</span></div>
</el-dialog> </el-dialog>
<div> <div >
<div> <div>
<!-- <el-form-item label="选择商标方式" style="float:left;padding-right:10px;"> <!-- <el-form-item label="选择商标方式" style="float:left;padding-right:10px;">
<el-radio-group v-model="form.selecttype" style="float:left;padding-left:10px;margin-bottom: 22px;"> <el-radio-group v-model="form.selecttype" style="float:left;padding-left:10px;margin-bottom: 22px;">
......
...@@ -366,6 +366,7 @@ ...@@ -366,6 +366,7 @@
nclOne: { nclOne: {
handler(newVal, oldVal){ handler(newVal, oldVal){
this.form.totalSum = (newVal.length * this.form.totalPrices).toFixed(2); this.form.totalSum = (newVal.length * this.form.totalPrices).toFixed(2);
/*大类 */
if (newVal.length > 0) { if (newVal.length > 0) {
if (newVal.length > 1) { if (newVal.length > 1) {
this.$refs.tree.setChecked(newVal[1], false); this.$refs.tree.setChecked(newVal[1], false);
...@@ -376,9 +377,9 @@ ...@@ -376,9 +377,9 @@
var timer = setTimeout(() => { var timer = setTimeout(() => {
this.message.show = false; this.message.show = false;
clearTimeout(timer); clearTimeout(timer);
}, 2000); }, 2000);
}; };
/*小类 */
if (newVal[0].nclThree.length > 10) { if (newVal[0].nclThree.length > 10) {
this.$refs.tree.setChecked(newVal[0].nclThree[10], false); this.$refs.tree.setChecked(newVal[0].nclThree[10], false);
newVal[0].nclThree.pop(); newVal[0].nclThree.pop();
......
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