Bläddra i källkod

口估页面修改

wucl 1 vecka sedan
förälder
incheckning
608eb56732
2 ändrade filer med 11 tillägg och 6 borttagningar
  1. 6 2
      src/views/major/todoDetail.vue
  2. 5 4
      src/views/personal/facePrice.vue

+ 6 - 2
src/views/major/todoDetail.vue

@@ -4487,7 +4487,9 @@ export default {
           }).catch(()=>{
           }).catch(()=>{
             this.productions[0].isRecord = true;
             this.productions[0].isRecord = true;
           })
           })
-        })
+        }).catch(() => {
+          this.productions[0].isRecord = true;
+        });
       }else {
       }else {
         this.$confirm('该产品已取不备案报告号,若修改为备案。为保证备案报告号连续性,系统将重新分配备案报告号。', '重要提示', {
         this.$confirm('该产品已取不备案报告号,若修改为备案。为保证备案报告号连续性,系统将重新分配备案报告号。', '重要提示', {
           confirmButtonText: '确定',
           confirmButtonText: '确定',
@@ -4505,7 +4507,9 @@ export default {
           }).catch(()=>{
           }).catch(()=>{
             this.productions[0].isRecord = false;
             this.productions[0].isRecord = false;
           })
           })
-        })
+        }).catch(() => {
+          this.productions[0].isRecord = false;
+        });
       }
       }
     }
     }
   },
   },

+ 5 - 4
src/views/personal/facePrice.vue

@@ -13,7 +13,7 @@
             </el-input>
             </el-input>
             </el-tooltip>
             </el-tooltip>
 
 
-            <el-tooltip v-if="dyData.length>0" content="点击放大镜前往贝壳查询该小区成交信息(请提前登录贝壳官网)" placement="top-end" effect="light">
+            <el-tooltip content="点击放大镜前往贝壳查询该小区成交信息(请提前登录贝壳官网)" placement="top-end" effect="light">
             <el-input id="community" style="margin-left: 20px; width: 300px;" v-model="communityName" >
             <el-input id="community" style="margin-left: 20px; width: 300px;" v-model="communityName" >
                 <template slot="prepend">贝壳查询</template>
                 <template slot="prepend">贝壳查询</template>
                 <el-button slot="append" icon="el-icon-search"  @click="toke()"></el-button>
                 <el-button slot="append" icon="el-icon-search"  @click="toke()"></el-button>
@@ -39,16 +39,16 @@
             <el-button style="margin-left: 20px;" type="danger" @click="openFacePrice()" :disabled="dyData.length==0 && queryParam.queryTarget==null || queryParam.queryTarget==''">执行口估</el-button>
             <el-button style="margin-left: 20px;" type="danger" @click="openFacePrice()" :disabled="dyData.length==0 && queryParam.queryTarget==null || queryParam.queryTarget==''">执行口估</el-button>
 
 
             <el-button style="margin-left: 20px;" type="primary" @click="downloadFaceTemp()">下载模版</el-button>
             <el-button style="margin-left: 20px;" type="primary" @click="downloadFaceTemp()">下载模版</el-button>
-            <div style="margin-right: 395px; float: right;">
+            <div style="position: relative; top: -31px; left:90.5%">
                 <el-upload
                 <el-upload
-                :action="uploadFileApiUrl+'personalFacePrice/upload/temp'"
+                :action="uploadFileApiUrl+'personalFacePrice/upload/temp?limit='+queryParam.limit"
                 :show-file-list="false"
                 :show-file-list="false"
                 :on-success="handleSuccess"
                 :on-success="handleSuccess"
                 title="批量执行"
                 title="批量执行"
                 ref="uploadCtl"
                 ref="uploadCtl"
                 accept=".xlsx"
                 accept=".xlsx"
                 >
                 >
-                <el-button type="warning">批量执行</el-button>
+                <el-button type="warning" >批量执行</el-button>
                 </el-upload>
                 </el-upload>
             </div>
             </div>
         </div>
         </div>
@@ -664,6 +664,7 @@ export default {
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .query-class {
 .query-class {
     margin-top: 20px;
     margin-top: 20px;
+    height: 30px;
 }
 }
 
 
 .input-with-select {
 .input-with-select {