Commit cd392315 authored by zhengke's avatar zhengke

修改

parent ae747108
......@@ -4,7 +4,7 @@
@hide="$emit('close')">
<q-card style="width: 850px;max-width:850px;">
<q-card-section class="row items-center q-pb-none">
<div class="text-h6">订单</div>
<div class="text-h6">{{msg.Type==1?'留学':'就业'}}订单</div>
<q-space />
<q-btn icon="close" flat round dense v-close-popup />
</q-card-section>
......@@ -12,12 +12,12 @@
<q-stepper v-model="step" ref="stepper" color="primary" animated flat>
<q-step :name="1" title="选择课程" icon="settings" :done="step > 1">
<div class="page-search row items-center">
<div class="col row wrap q-mr-lg q-col-gutter-md">
<div class="col-3">
<div class="col row wrap q-col-gutter-md">
<div class="col-6">
<q-select @input="resetSearch" filled option-value="Id" option-label="Name" v-model="msg.Type"
:options="studyList" emit-value map-options label="类型" />
</div>
<div class="col-3">
<div class="col-6">
<q-input @change="resetSearch" clearable filled v-model="msg.Name" label="项目名称" @clear="resetSearch"
maxlength="20" />
</div>
......
......@@ -130,8 +130,6 @@
};
},
created() {
console.log(this.select,'select');
console.log(this.saveObj,'saveobj');
if (this.saveObj) {
this.OrderMsg.SourceId = this.saveObj.Id;
this.OrderMsg.Unit_Price = this.saveObj.SellPrice;
......
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