提交 5778b229 编写于 作者: chendeli's avatar chendeli

有效期改成输入框

上级 d911f5fe
......@@ -301,19 +301,19 @@
<el-form-item label="有效期" prop="expiredTime">
<el-col :span="13">
<!-- <el-input
<el-input
size="small"
v-model="formData.expiredTime"
placeholder="请输入有效期"
style="width:70%;"
></el-input> -->
<el-date-picker
></el-input>
<!-- <el-date-picker
v-model="formData.expiredTime"
size="small"
format="yyyy-MM-dd HH:mm:ss"
type="date"
placeholder="选择日期">
</el-date-picker>
</el-date-picker> -->
<span class="word-num"></span>
</el-col>
......@@ -839,7 +839,7 @@
for(let j=0;j<this.fileIntrList.length;j++){
this.fileIntrList[j].imageSort = j+1
}
this.formData.goodsImages = this.fileGoodsList;
this.formData.specificationImages = this.fileIntrList;
this.isgoodsImages = this.formData.goodsImages.length == 0 ? false :true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册