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"; code = "VEHICCLE_CODE_QZZ";
break; break;
case "0002":
code = "VEHICLE_CODE_GXTP";
break;
default: default:
break; break;
} }

View File

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