|
|
@ -15,12 +15,14 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="10"> |
|
|
|
<el-col :span="10"> |
|
|
|
<el-form-item label="预约时间:" prop="reservationDate" label-width="100px"> |
|
|
|
<el-form-item label="预约时间:" label-width="100px"> |
|
|
|
<el-date-picker |
|
|
|
<el-date-picker |
|
|
|
v-model="form.reservationDate" |
|
|
|
v-model="form.reservationDate" |
|
|
|
type="date" |
|
|
|
type="date" |
|
|
|
clearable |
|
|
|
clearable |
|
|
|
placeholder="选择日期时间" |
|
|
|
placeholder="选择日期时间" |
|
|
|
|
|
|
|
format="YYYY/MM/DD" |
|
|
|
|
|
|
|
value-format="YYYY-MM-DD" |
|
|
|
> |
|
|
|
> |
|
|
|
</el-date-picker> |
|
|
|
</el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
@ -2297,6 +2299,7 @@ |
|
|
|
this.isaddvalue = false; |
|
|
|
this.isaddvalue = false; |
|
|
|
}, |
|
|
|
}, |
|
|
|
onSubmit() { |
|
|
|
onSubmit() { |
|
|
|
|
|
|
|
// 提交按钮 |
|
|
|
//新增预约单 |
|
|
|
//新增预约单 |
|
|
|
let orderIds = []; |
|
|
|
let orderIds = []; |
|
|
|
let inventoryIds = []; |
|
|
|
let inventoryIds = []; |
|
|
@ -2860,7 +2863,7 @@ |
|
|
|
this.form.replaceFee = 0; |
|
|
|
this.form.replaceFee = 0; |
|
|
|
this.form.collectionFee = 0; |
|
|
|
this.form.collectionFee = 0; |
|
|
|
this.form.isUrgent = '1'; |
|
|
|
this.form.isUrgent = '1'; |
|
|
|
this.form.reservationDate = new Date(); |
|
|
|
// this.form.reservationDate = new Date(); |
|
|
|
if (this.orderIds) { |
|
|
|
if (this.orderIds) { |
|
|
|
getStockArticleList(this.orderIds).then(res => { |
|
|
|
getStockArticleList(this.orderIds).then(res => { |
|
|
|
console.log(res.data.data); |
|
|
|
console.log(res.data.data); |
|
|
|