|
|
@ -67,7 +67,6 @@ |
|
|
|
<el-input |
|
|
|
v-model="jlbh3" |
|
|
|
style="width: 85px" |
|
|
|
@blur="judgeRepeat(jlbh1 + jlbh2 + '-' + jlbh3, ysjl.id)" |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
@ -1222,7 +1221,7 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
if (operation === 'add') { |
|
|
|
this.ysjl.jilubianhao = this.jlbh1 + this.jlbh2 + '-' + this.jlbh3 |
|
|
|
this.ysjl.jilubianhao = this.jlbh1 + this.jlbh4 + this.jlbh2 + '-' + this.jlbh3 |
|
|
|
this.save(operation, 'post', tableData, fubiao) |
|
|
|
} else if (operation === 'build') { |
|
|
|
this.ysjl.baogaobianhao = this.ysjl.jilubianhao |
|
|
|