Browse Source

tijiao

master
xiaobai 3 years ago
parent
commit
1b0b2e9713
  1. 3
      src/views/ysjl/3000/common/index.vue

3
src/views/ysjl/3000/common/index.vue

@ -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

Loading…
Cancel
Save