Merge branch 'b_lms' of http://121.40.234.130:8899/root/lanzhouhailiang_one into b_lms
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user