Commit 332b0434 authored by youjie's avatar youjie

电子合同

parent 5272ed30
......@@ -8142,6 +8142,8 @@ export const obj = {
hetongtongguo: '合同通过',
fanyongnianfen: '返佣年份',
hetongdhbts: '请填写结算天数、合同开始日期、合同结束日期、合同返佣年份',
xinzenghet: '新增合同',
bianjihet: '编辑合同',
},
//#endregion
}
......
......@@ -379,7 +379,7 @@
<tr>
<td width="100" align="right">{{$t('objFill.v102.jiesuants')}}</td>
<td>
<el-input v-model="BoHuiObj.C_DayNum" :placeholder="$t('objFill.v102.hetongdjsts')"></el-input>
<el-input type="number" v-model="BoHuiObj.C_DayNum" :placeholder="$t('objFill.v102.hetongdjsts')"></el-input>
</td>
</tr>
<tr>
......@@ -396,7 +396,7 @@
<td>
<el-date-picker v-model="BoHuiObj.C_EndDate" style="width: 100%;"
format="yyyy-MM-dd" type="date"
:picker-options="pickerBeginDateBefore3" :clearable="false">
:picker-options="pickerBeginDateAfter3" :clearable="false">
</el-date-picker>
</td>
</tr>
......
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