master
271556543@qq.com 3 years ago
parent 907d8516c3
commit 44584f55b3

@ -239,54 +239,6 @@
</div>
</template>
<template v-slot:service_times>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>服务次数
</div>
<div class="xy-table-item-content">
<el-input-number v-model="form1.service_times" :controls="false" :precision="0"
placeholder="请输入服务次数" style="width: 300px;"/>
</div>
</div>
</template>
<template v-slot:unit_price>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>单次单价
</div>
<div class="xy-table-item-content xy-table-item-price">
<el-input-number v-model="form1.unit_price" :controls="false" :precision="2"
placeholder="请输入单次单价" style="width: 300px;"/>
</div>
</div>
</template>
<template v-slot:total_time>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>总计时长
</div>
<div class="xy-table-item-content xy-table-item-min">
<el-input-number :controls="false" v-model="form1.total_time"
placeholder="请输入总计时长" style="width: 300px;"/>
</div>
</div>
</template>
<template v-slot:total_money>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>总计金额
</div>
<div class="xy-table-item-content xy-table-item-price">
<el-input-number :precision="2" :controls="false" v-model="form1.total_money"
placeholder="请输入总计金额" style="width: 300px;"/>
</div>
</div>
</template>
<template v-slot:account_id>
<div class="xy-table-item">
<div class="xy-table-item-label">

@ -100,7 +100,7 @@
<timeSelect
ref="timeSelect"
@refresh="getCustomer"
@refresh="()=>{getCustomer();$emit('refresh')}"
:is-show.sync="isShowTime"
:skus="detail.product_type.product_skus"
:addresses="addresses"
@ -242,6 +242,7 @@ export default {
this.orderId = ''
this.productId = ''
this.date = ''
this.$emit('close')
}
}
}

@ -70,7 +70,8 @@
:products="products"
:customers="customers"
:levels="levels"
:orders="orders"></add-schedule>
:orders="orders"
@refresh="getCustomerList"></add-schedule>
</div>
</template>

Loading…
Cancel
Save