Commit e64955b1 authored by 沈良进's avatar 沈良进

save

parent 8b0fa03d
...@@ -453,24 +453,8 @@ ...@@ -453,24 +453,8 @@
</div> </div>
</div> </div>
</div> </div>
<el-form label-width="100px" v-if="(customerStatus == 0 || customerStatus == 1)"> <div v-if="(customerStatus == 0 || customerStatus == 1)">
<el-form-item label="签约额度"> </div>
<el-input
style="width: 220px"
v-model="addMsg.SigningPrice"
type="number"
></el-input>
</el-form-item>
<el-form-item label="有效日期">
<el-date-picker
class="h34"
v-model="addMsg.SigningEndTime"
type="date"
value-format="yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-form>
<div v-else> <div v-else>
<div class="price-item"> <div class="price-item">
<span class="price-item-title">签约额度:</span> <span class="price-item-title">签约额度:</span>
...@@ -536,7 +520,7 @@ ...@@ -536,7 +520,7 @@
<div <div
class="customerApprovalLayercontentBtn" class="customerApprovalLayercontentBtn"
style="height: 250px; text-align: center" style="height: 400px; text-align: center"
v-show="isOk == 1" v-show="isOk == 1"
> >
<div> <div>
...@@ -560,6 +544,24 @@ ...@@ -560,6 +544,24 @@
{{ $t("salesModule.MemberCustomer") }} {{ $t("salesModule.MemberCustomer") }}
</span> </span>
<p class="clearfix"></p> <p class="clearfix"></p>
<el-form>
<el-form-item label="签约额度">
<el-input
style="width: 220px"
v-model="addMsg.SigningPrice"
type="number"
></el-input>
</el-form-item>
<el-form-item label="有效日期">
<el-date-picker
class="h34"
v-model="addMsg.SigningEndTime"
type="date"
value-format="yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-form>
<input <input
type="button" type="button"
class="normalBtn mg0" class="normalBtn mg0"
......
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