rev:编码生成BUG,载具新增功能修改

This commit is contained in:
zhouz
2024-04-26 13:28:42 +08:00
parent b57ed27a56
commit 4b1b5c0552
2 changed files with 5 additions and 0 deletions

View File

@@ -125,6 +125,9 @@ public class StoragevehicleinfoServiceImpl implements StoragevehicleinfoService
//气涨轴编码
code = "VEHICCLE_CODE_QZZ";
break;
case "0002":
code = "VEHICLE_CODE_GXTP";
break;
default:
break;
}

View File

@@ -126,6 +126,7 @@ const defaultForm = {
id: null,
type: '01',
init_value: null,
code_rule_id: null,
format: null,
step: null,
fillchar: null,
@@ -154,6 +155,7 @@ export default {
presenter(),
header(),
form(function() {
defaultForm.code_rule_id = this.dictId
return Object.assign({ dict: { id: this.dictId }}, defaultForm)
})],
data() {