Commit 1ea4823f authored by youjie's avatar youjie

no message

parent f17612de
......@@ -126,6 +126,7 @@
v-model="addMsg.C_StartDate"
:picker-options="pickerBeginDateBefore"
type="date"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
......@@ -135,6 +136,7 @@
<el-date-picker class="h34" style="width: 100%;"
v-model="addMsg.C_EndDate"
type="date"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
......@@ -555,8 +557,6 @@ export default {
},
// 保存
UpdateDate: function (formName) {
this.addMsg.C_StartDate = this.FormartDate(this.addMsg.C_StartDate)
this.addMsg.C_EndDate = this.FormartDate(this.addMsg.C_EndDate)
this.$refs[formName].validate((valid) => {
if (valid) {
if(this.addMsg.ContractUrl == ''){
......
......@@ -320,7 +320,7 @@
{{$t('objFill.danxwtht')}}
</template>
<template v-if="item.CType == 4">
{{$t('salesModule.BigBag')}}
{{$t('objFill.v102.dahongbaoht')}}
</template>
</td>
<td>{{ item.T_ContractNum }}</td>
......
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