xiuli.gao 2 years ago
parent
commit
5433b47499
33 changed files with 37 additions and 34 deletions
  1. 2 2
      index.html
  2. 2 2
      project/src/components/customManage/transferRecord.vue
  3. 0 1
      static/css/app.aaba61728cc255f965e21bb60292c62e.css
  4. 1 0
      static/css/app.e1530b37883e4ce02bdd113c169b4db5.css
  5. 1 0
      static/js/0.1b20fa512711314200e8.js
  6. 0 1
      static/js/0.ff4647ce8e72c631ebb8.js
  7. 1 0
      static/js/10.aad7cd701e67d697943a.js
  8. 1 1
      static/js/10.f5c9baf43a19ad065b50.js
  9. 0 1
      static/js/11.c843e800a4516d7fe22e.js
  10. 1 0
      static/js/12.f37eabee9a581ec0b886.js
  11. 1 0
      static/js/13.0f18bdc38b473eb15dd1.js
  12. 0 1
      static/js/13.ac6fb087e0fa070c208b.js
  13. 1 1
      static/js/12.8fddea8ec2a439233f53.js
  14. 1 0
      static/js/15.7b42c7e2cf7c06d7d417.js
  15. 0 1
      static/js/15.d0bffadd1f575ff3a6a0.js
  16. 1 0
      static/js/16.8573d1a564f2de406f07.js
  17. 1 1
      static/js/14.733ffad8a0450e86f32a.js
  18. 1 0
      static/js/18.3afcd51d917599ccbd57.js
  19. 1 1
      static/js/16.e5181b939d17a787383b.js
  20. 0 1
      static/js/2.3fa25205cfe8e13a688c.js
  21. 1 1
      static/js/4.68d0738defb8fcc683cf.js
  22. 1 1
      static/js/17.1c1b280ebe10200470b7.js
  23. 1 0
      static/js/3.0845f7ad9f5ded0248d1.js
  24. 0 1
      static/js/3.4be9d02fbd9f85624f6c.js
  25. 1 0
      static/js/4.c6dc360cf86cd5304bcf.js
  26. 1 0
      static/js/6.004eea38579c7a3773ec.js
  27. 0 1
      static/js/6.84d4ef277c985d299bce.js
  28. 1 0
      static/js/7.a21c958fca325e8b1542.js
  29. 0 1
      static/js/7.d574536887c78624a5b2.js
  30. 2 2
      static/js/8.15ea0faa6176bc385663.js
  31. 12 12
      static/js/app.6d2040a64c9511702aad.js
  32. 0 1
      static/js/manifest.0bbc3c9a0b07b9683fd1.js
  33. 1 0
      static/js/manifest.58391197bb133334e258.js

+ 2 - 2
index.html

@@ -5,6 +5,6 @@
5 5
       (function() {
6 6
         var hm = document.createElement("script");
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8
-        var s = document.getElementsByTagName("script")[0]; 
8
+        var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.aaba61728cc255f965e21bb60292c62e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.0bbc3c9a0b07b9683fd1.js></script><script type=text/javascript src=./static/js/app.6d2040a64c9511702aad.js></script></body></html>
10
+      })();</script><link href=./static/css/app.e1530b37883e4ce02bdd113c169b4db5.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.58391197bb133334e258.js></script><script type=text/javascript src=./static/js/app.2b31eafe4e4fbf84ac3f.js></script></body></html>

+ 2 - 2
project/src/components/customManage/transferRecord.vue

@@ -47,7 +47,7 @@
47 47
       <el-table-column label="操作" align="center">
48 48
         <template slot-scope="scope">
49 49
           <div class="flex" style="justify-content:center">
50
-            <div class="c-00B38A pointer" style="margin:0 6px" @click="showDetial(scope.row)">详情</div>
50
+            <div class="c-00B38A pointer" style="margin:0 6px" v-if="scope.row.status==1" @click="showDetial(scope.row)">详情</div>
51 51
           </div>
52 52
         </template>
53 53
       </el-table-column>
@@ -60,7 +60,7 @@
60 60
     <el-drawer :size="drawerSize" :visible.sync="detialDrawer" :with-header="false">
61 61
       <detial @changeDrawerSize="changeDrawerSize" @closeDrawer="closeDrawer" :rowProp="{
62 62
         customer_id:rowPro.customer_id,
63
-        user_id:rowPro.user_id
63
+        user_id:rowPro.takeover_userid
64 64
       }" ref="detial"></detial>
65 65
     </el-drawer>
66 66
   </div>

File diff suppressed because it is too large
+ 0 - 1
static/css/app.aaba61728cc255f965e21bb60292c62e.css


File diff suppressed because it is too large
+ 1 - 0
static/css/app.e1530b37883e4ce02bdd113c169b4db5.css


File diff suppressed because it is too large
+ 1 - 0
static/js/0.1b20fa512711314200e8.js


File diff suppressed because it is too large
+ 0 - 1
static/js/0.ff4647ce8e72c631ebb8.js


File diff suppressed because it is too large
+ 1 - 0
static/js/10.aad7cd701e67d697943a.js


File diff suppressed because it is too large
+ 1 - 1
static/js/10.f5c9baf43a19ad065b50.js


File diff suppressed because it is too large
+ 0 - 1
static/js/11.c843e800a4516d7fe22e.js


File diff suppressed because it is too large
+ 1 - 0
static/js/12.f37eabee9a581ec0b886.js


File diff suppressed because it is too large
+ 1 - 0
static/js/13.0f18bdc38b473eb15dd1.js


File diff suppressed because it is too large
+ 0 - 1
static/js/13.ac6fb087e0fa070c208b.js


File diff suppressed because it is too large
+ 1 - 1
static/js/12.8fddea8ec2a439233f53.js


File diff suppressed because it is too large
+ 1 - 0
static/js/15.7b42c7e2cf7c06d7d417.js


File diff suppressed because it is too large
+ 0 - 1
static/js/15.d0bffadd1f575ff3a6a0.js


File diff suppressed because it is too large
+ 1 - 0
static/js/16.8573d1a564f2de406f07.js


File diff suppressed because it is too large
+ 1 - 1
static/js/14.733ffad8a0450e86f32a.js


File diff suppressed because it is too large
+ 1 - 0
static/js/18.3afcd51d917599ccbd57.js


File diff suppressed because it is too large
+ 1 - 1
static/js/16.e5181b939d17a787383b.js


File diff suppressed because it is too large
+ 0 - 1
static/js/2.3fa25205cfe8e13a688c.js


+ 1 - 1
static/js/4.68d0738defb8fcc683cf.js

@@ -1,4 +1,4 @@
1
-webpackJsonp([4],{"+rHW":function(e,t){e.exports=function(e){function t(e){"undefined"!=typeof console&&(console.error||console.log)("[Script Loader]",e)}try{"undefined"!=typeof execScript&&"undefined"!=typeof attachEvent&&"undefined"==typeof addEventListener?execScript(e):"undefined"!=typeof eval?eval.call(null,e):t("EvalError: No eval function available")}catch(e){t(e)}}},"5zde":function(e,t,r){r("zQR9"),r("qyJz"),e.exports=r("FeBl").Array.from},"7t+N":function(e,t,r){var n;
1
+webpackJsonp([2],{"+rHW":function(e,t){e.exports=function(e){function t(e){"undefined"!=typeof console&&(console.error||console.log)("[Script Loader]",e)}try{"undefined"!=typeof execScript&&"undefined"!=typeof attachEvent&&"undefined"==typeof addEventListener?execScript(e):"undefined"!=typeof eval?eval.call(null,e):t("EvalError: No eval function available")}catch(e){t(e)}}},"5zde":function(e,t,r){r("zQR9"),r("qyJz"),e.exports=r("FeBl").Array.from},"7t+N":function(e,t,r){var n;
2 2
 /*!
3 3
  * jQuery JavaScript Library v3.6.0
4 4
  * https://jquery.com/

File diff suppressed because it is too large
+ 1 - 1
static/js/17.1c1b280ebe10200470b7.js


File diff suppressed because it is too large
+ 1 - 0
static/js/3.0845f7ad9f5ded0248d1.js


File diff suppressed because it is too large
+ 0 - 1
static/js/3.4be9d02fbd9f85624f6c.js


File diff suppressed because it is too large
+ 1 - 0
static/js/4.c6dc360cf86cd5304bcf.js


File diff suppressed because it is too large
+ 1 - 0
static/js/6.004eea38579c7a3773ec.js


File diff suppressed because it is too large
+ 0 - 1
static/js/6.84d4ef277c985d299bce.js


File diff suppressed because it is too large
+ 1 - 0
static/js/7.a21c958fca325e8b1542.js


File diff suppressed because it is too large
+ 0 - 1
static/js/7.d574536887c78624a5b2.js


File diff suppressed because it is too large
+ 2 - 2
static/js/8.15ea0faa6176bc385663.js


File diff suppressed because it is too large
+ 12 - 12
static/js/app.6d2040a64c9511702aad.js


File diff suppressed because it is too large
+ 0 - 1
static/js/manifest.0bbc3c9a0b07b9683fd1.js


File diff suppressed because it is too large
+ 1 - 0
static/js/manifest.58391197bb133334e258.js