Commit 52293c35 authored by youjie's avatar youjie

no message

parent 816025fd
......@@ -761,7 +761,8 @@
</el-select>
</span>
</li>
<li v-show="msg.Type==2">
<!-- v-show="msg.Type==2" -->
<li>
<span>
<em>{{$t('fnc.dxleixing')}}</em>
<el-select filterable v-model='msg.ClientType'
......@@ -772,7 +773,8 @@
</el-select>
</span>
</li>
<li v-show="msg.Type==2">
<!-- v-show="msg.Type==2" -->
<li>
<span>
<em>{{$t('fnc.fkduixiang')}}</em>
<el-select filterable v-model='msg.ClientID' class="w150">
......
......@@ -949,10 +949,12 @@
</el-row>
</el-form>
</div>
<el-dialog title="修改金额" :visible.sync="EditVisible" width="400px">
<div>
<el-dialog title="修改金额/人数" :visible.sync="EditVisible" width="400px">
<!-- <div>
金额:<el-input style="width:300px" v-model="EditMsg.TotalPrice"></el-input>
</div>
</div> -->
<div style="margin-bottom: 5px;">金额:<el-input style="width:300px" v-model="EditMsg.TotalPrice"></el-input></div>
<div>人数:<el-input style="width:300px" v-model="EditMsg.PeopleNum"></el-input></div>
<span slot="footer" class="dialog-footer">
<el-button size="mini" @click="EditVisible = false">取 消</el-button>
<el-button size="mini" type="danger" @click="PerferPrice">确 定</el-button>
......@@ -1102,7 +1104,8 @@
Edit(item) {
this.EditVisible = true;
this.EditMsg.OrderId = item.id;
this.EditMsg.TotalPrice = item.iotalPrice;
this.EditMsg.TotalPrice = item.tiotalPrice;
this.EditMsg.PeopleNum = item.peopleNum;
},
goUrl2(path, id, name) {
this.$router.push({
......
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