Commit f17612de authored by youjie's avatar youjie

no message

parent 70c6a0b7
......@@ -478,6 +478,7 @@
<td>
<el-date-picker v-model="BoHuiObj.C_StartDate" style="width: 100%;"
format="yyyy-MM-dd" type="date"
value-format="yyyy-MM-dd"
:picker-options="pickerBeginDateBefore3" :clearable="false">
</el-date-picker>
</td>
......@@ -487,6 +488,7 @@
<td>
<el-date-picker v-model="BoHuiObj.C_EndDate" style="width: 100%;"
format="yyyy-MM-dd" type="date"
value-format="yyyy-MM-dd"
:picker-options="pickerBeginDateAfter3" :clearable="false">
</el-date-picker>
</td>
......@@ -826,12 +828,8 @@
//提交并盖章
SubmitContract(item, status) {
if(item.CType==4){
item.C_StartDate = this.FormartDate(item.C_StartDate)
item.C_EndDate = this.FormartDate(item.C_EndDate)
if(!this.isBoHui) return this.Error(this.$t('objFill.v102.qingxuanzbohtg'));
}
console.log(item,'=====');
return
var that = this;
if(status==2){
if(item.C_DayNum==''||item.C_StartDate==''||item.C_EndDate==''||item.C_NightNum==''){
......
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