Commit 1ea4823f authored by youjie's avatar youjie

no message

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