代码重新生成

master
guochaojie 4 months ago
parent 3e1eeae101
commit ac4f2f90cd

@ -6,7 +6,7 @@ import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
*
*
* @ V3.5
* @ https://www.jnpfsoft.com
* @ JNPF

@ -7,7 +7,7 @@ import java.util.List;
/**
*
*
*
* @ V3.5
* @ https://www.jnpfsoft.com
* @ JNPF

@ -50,7 +50,7 @@
</el-col>
<el-col :span="24">
<jnpf-form-tip-item label="分配回收站"
prop="beLongStationId" tip-label="分配回收站">
prop="beLongStationId" tip-label="所属回收站">
<p>{{ dataForm.beLongStationId }}</p>
</jnpf-form-tip-item>
</el-col>

@ -237,7 +237,7 @@ const columnList = [{
"noShow": false,
"dataType": "dynamic",
"dictionaryType": "",
"tipLabel": "分配回收站",
"tipLabel": "所属回收站",
"dragDisabled": false,
"className": [],
"label": "分配回收站",

@ -69,9 +69,9 @@
</el-col>
<el-col :span="24">
<jnpf-form-tip-item
label="分配回收站" tipLabel="分配回收站" prop="beLongStationId">
label="分配回收站" tipLabel="所属回收站" prop="beLongStationId">
<JnpfCascader v-model="dataForm.beLongStationId" @change="changeData('beLongStationId',-1)"
placeholder="请选择" clearable :style='{"width":"100%"}' separator="/"
placeholder="请选择" show-all-levels clearable :style='{"width":"100%"}' separator="/"
:options="beLongStationIdOptions" :props="beLongStationIdProps">
</JnpfCascader>
</jnpf-form-tip-item>

@ -274,7 +274,7 @@ const superQueryJson = [{
"noShow": false,
"dataType": "dynamic",
"dictionaryType": "",
"tipLabel": "分配回收站",
"tipLabel": "所属回收站",
"dragDisabled": false,
"className": [],
"label": "分配回收站",

Loading…
Cancel
Save