This commit is contained in:
2024-04-26 18:11:32 +08:00
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() {