Browse Source

优化

master
陈裕财 2 years ago
parent
commit
196093f351
  1. 2
      src/views/mdp/mo/moOrder/Form.vue
  2. 2
      src/views/mdp/mo/moOrderModule/Index.vue
  3. 8
      src/views/order/createOrder.vue

2
src/views/mdp/mo/moOrder/Form.vue

@ -177,7 +177,7 @@
<el-tab-pane label="折扣信息" name="4" > <el-tab-pane label="折扣信息" name="4" >
<el-form-item label="最新折扣率" prop="odisRate"> <el-form-item label="最新折扣率" prop="odisRate">
<el-input style="width:30%;" type="number" v-model="odisRate" :min="0" :max="200"></el-input> %
<el-input style="width:30%;" type="number" v-model="odisRate" title="折扣率0.01-100之间,9.9折填99,9折填90,最小填0.01折"></el-input> %
<el-button @click="odisRateConfirm">确认修改折扣率</el-button> <el-button @click="odisRateConfirm">确认修改折扣率</el-button>
</el-form-item> </el-form-item>
</el-tab-pane> </el-tab-pane>

2
src/views/mdp/mo/moOrderModule/Index.vue

@ -1,7 +1,7 @@
<template> <template>
<section class="border padding"> <section class="border padding">
<el-row> <el-row>
<el-input v-model="filters.orderId" style="width: 20%;" placeholder="订单编号查询 输入 *字符* >10 <9 等" clearable title="支持>、<、 >=、<=、!=、*字符*、$IS NULL、$IN 1,2,3、$between 1,5等操作符"/>
<el-input v-model="filters.orderId" style="width: 20%;" placeholder="订单编号查询 输入 *字符* >10 <9 等" clearable title="支持>、<、 >=、<=、!=、*字符*、$IS NULL、$IN 1,2,3、$between 1,5等操作符"/>
<el-input v-model="filters.moduleId" style="width: 20%;" placeholder="模块编号查询 输入 *字符* >10 <9 等" clearable title="支持>、<、 >=、<=、!=、*字符*、$IS NULL、$IN 1,2,3、$between 1,5等操作符"/> <el-input v-model="filters.moduleId" style="width: 20%;" placeholder="模块编号查询 输入 *字符* >10 <9 等" clearable title="支持>、<、 >=、<=、!=、*字符*、$IS NULL、$IN 1,2,3、$between 1,5等操作符"/>
<el-button v-loading="load.list" :disabled="load.list==true" @click="searchTableDatas()" icon="el-icon-search" type="primary">查询</el-button> <el-button v-loading="load.list" :disabled="load.list==true" @click="searchTableDatas()" icon="el-icon-search" type="primary">查询</el-button>
<span style="float:right;" v-if="currOpType=='mng'"> <span style="float:right;" v-if="currOpType=='mng'">

8
src/views/order/createOrder.vue

@ -87,13 +87,15 @@
<el-dialog <el-dialog
title="微信支付" title="微信支付"
:visible.sync="weixinPayVisible" :visible.sync="weixinPayVisible"
:show-close="false"
:show-close="true"
:close-on-click-modal="false"
@close="closeDialog" @close="closeDialog"
width="350px" width="350px"
> >
<el-row>
<h2>总金额: <b>{{data.order?data.order.ofinalFee:''}}</b></h2>
</el-row>
<qriously :value="codeUrl" :size="300" /> <qriously :value="codeUrl" :size="300" />
</el-dialog> </el-dialog>
</div> </div>

Loading…
Cancel
Save