Explorar o código

Finish Hotfix-92

chen %!s(int64=3) %!d(string=hai) anos
pai
achega
4595fa55a6

+ 2 - 2
src/views/finance/components/rebate_list-confirm.vue

@@ -64,12 +64,12 @@
           </el-table-column>
           <el-table-column align="right" label="返利金额" prop="" min-width="160" show-overflow-tooltip>
             <template slot-scope="scope">
-              <el-input class="mountclass" :disabled='isShow' v-model.number="scope.row.rebateAmount"></el-input>
+              <el-input class="mountclass" :disabled='isShow' type='number' v-model="scope.row.rebateAmount"></el-input>
             </template>
           </el-table-column>
           <el-table-column align="right" label="折让金额" prop="" min-width="160" show-overflow-tooltip>
             <template slot-scope="scope">
-              <el-input class="mountclass" :disabled='isShow' v-model.number="scope.row.allowanceAmount"></el-input>
+              <el-input class="mountclass" :disabled='isShow' type="number" v-model="scope.row.allowanceAmount"></el-input>
             </template>
           </el-table-column>
           <el-table-column align="left" label="备注" prop="policyDocNo" min-width="160" show-overflow-tooltip></el-table-column>

+ 2 - 2
src/views/finance/rebate_list.vue

@@ -52,7 +52,7 @@
                 </el-radio-group>
               </el-form-item>
             </el-col>
-            <el-col :xs="24" :sm="12" :lg="18">
+            <el-col :xs="24" :sm="12" :lg="12">
               <el-form-item label="" class="fr">
                 <el-button size="mini" @click="cancelFn">清空</el-button>
                 <el-button size="mini" type="primary" @click="searchFn">搜索</el-button>
@@ -279,7 +279,7 @@ export default {
         startTime: "",
         endTime: "",
         examineStatus: "",
-        isConfirm: ""
+        isConfirm: "",
       }, //搜索表单
       listLoading: false, // 列表加载loading
       showPage: 1,