snow 1 gadu atpakaļ
vecāks
revīzija
0e57f7108e

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.html


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/css/app.200f6e2e.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.df77685d.js


BIN
dist/static/js/app.df77685d.js.gz


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.f9adda9d.js


BIN
dist/static/js/app.f9adda9d.js.gz


+ 15 - 1
src/components/newResults/company.vue

@@ -299,7 +299,8 @@ export default {
       const res = await asyncRequest.companyEveryMonth({ daytime: this.daytime, companyNo: this.companyNo });
 
       const jxIndex = res.data.findIndex((item) => item.companyName === "北京锦兴弘昌科技有限公司");
-      const prIndex = res.data.findIndex((item) => item.companyName === "北京普润心堂商贸有限公司");
+      let prIndex = res.data.findIndex((item) => item.companyName === "北京普润心堂商贸有限公司");
+      let zsIndex = res.data.findIndex((item) => item.companyName === "北京知事文化产业发展有限公司")
 
       if (jxIndex >= 0 && prIndex >= 0) {
         const jxItem = res.data[jxIndex];
@@ -307,9 +308,22 @@ export default {
         res.data.splice(jxIndex, 1);
       }
 
+      prIndex = res.data.findIndex((item) => item.companyName === "北京普润心堂商贸有限公司");
+      zsIndex = res.data.findIndex((item) => item.companyName === "北京知事文化产业发展有限公司")
+
+      if (zsIndex >= 0 && prIndex >= 0) {
+        const zsItem = res.data[zsIndex];
+        res.data[prIndex] = this.addDataToCompany(zsItem, res.data[prIndex]);
+        res.data.splice(zsIndex, 1);
+      }
+
       if (this.companyNo === "GS2302231124114965") {
         const jxResult = await asyncRequest.companyEveryMonth({ daytime: this.daytime, companyNo: "GS2304031312553746" });
+        const zsResult = await asyncRequest.companyEveryMonth({ daytime: this.daytime, companyNo: "GS2401181650538135" });
         res.data[prIndex] = this.addDataToCompany(jxResult.data[0], res.data[prIndex]);
+        if(zsResult.data.length !== 0) {
+          res.data[prIndex] = this.addDataToCompany(zsResult.data[0], res.data[prIndex]);
+        }
       }
 
       // const isBeforeDate = this.getDiffDay() < 0 && this.companyNo === "GS2302231323386950"

+ 0 - 1
src/pages/index.vue

@@ -9,7 +9,6 @@
     </div>
   </div>
 </template>
-
 <script>
 export default {
   data(){

+ 0 - 1
src/pages/newResults.vue

@@ -98,7 +98,6 @@ export default {
       const openid = getOpenid()
       const code = getParameterByName('code')
       const result = await userRequest.userinfo({ ...(openid ? { openid } : { code }) })
-
       //   const result = {
       //    "code": 0,
       //    "message": "获取成功",

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels