Commit 2cf82982 authored by 李苏's avatar 李苏 💬

调整

parent c5275883
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="检验日期" ref="scjyrq" prop="scjyrq"> <el-form-item label="首次检验日期" ref="scjyrq" prop="scjyrq">
<el-date-picker value-format="timestamp" style="width: 100%;" :readonly="readonly" type="date" <el-date-picker value-format="timestamp" style="width: 100%;" :readonly="type=='edit'?true:readonly" type="date"
v-model="form.scjyrq" placeholder="选择日期"> v-model="form.scjyrq" placeholder="选择日期">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
......
...@@ -117,8 +117,12 @@ ...@@ -117,8 +117,12 @@
{label: "制造日期", prop: "ccrq", fieldType: "ftDateTime"}, {label: "制造日期", prop: "ccrq", fieldType: "ftDateTime"},
// {label: "计量单位", prop: "jldw", fieldType: "ftString",width:120}, // {label: "计量单位", prop: "jldw", fieldType: "ftString",width:120},
{label: "启用日期", prop: "qyrq", fieldType: "ftDateTime"}, {label: "启用日期", prop: "qyrq", fieldType: "ftDateTime"},
{label: "检验日期", prop: "scjyrq", fielNdType: "ftDateTime"}, {label: "首次检验日期", prop: "scjyrq", fieldType: "ftDateTime"},
/* 不给修改*/
{label: "下次检验日期", prop: "xcjyrq", fieldType: "ftDateTime"}, {label: "下次检验日期", prop: "xcjyrq", fieldType: "ftDateTime"},
{label: "提前检验周期", prop: "tqjyzq",width:150},
/* 新增*/
{label: "提前检验日期", prop: "tqjyrq", fieldType: "ftDateTime"},
{label: "检验周期", prop: "jyzq", fieldType: "ftString"}, {label: "检验周期", prop: "jyzq", fieldType: "ftString"},
/* {label: "停用日期", prop: "tyrq", fieldType: "ftDateTime"}, */ /* {label: "停用日期", prop: "tyrq", fieldType: "ftDateTime"}, */
{label: "使用状态", prop: "syzt", fieldType: "ftString",width:80}, {label: "使用状态", prop: "syzt", fieldType: "ftString",width:80},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment