snow 1 year ago
parent
commit
3b9a236c98

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


+ 0 - 11
dist/static/js/chunk-libs.js

@@ -16827,17 +16827,6 @@ eval("// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// lo
 
 /***/ }),
 
-/***/ "./node_modules/os-browserify/browser.js":
-/*!***********************************************!*\
-  !*** ./node_modules/os-browserify/browser.js ***!
-  \***********************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("exports.endianness = function () { return 'LE' };\n\nexports.hostname = function () {\n    if (typeof location !== 'undefined') {\n        return location.hostname\n    }\n    else return '';\n};\n\nexports.loadavg = function () { return [] };\n\nexports.uptime = function () { return 0 };\n\nexports.freemem = function () {\n    return Number.MAX_VALUE;\n};\n\nexports.totalmem = function () {\n    return Number.MAX_VALUE;\n};\n\nexports.cpus = function () { return [] };\n\nexports.type = function () { return 'Browser' };\n\nexports.release = function () {\n    if (typeof navigator !== 'undefined') {\n        return navigator.appVersion;\n    }\n    return '';\n};\n\nexports.networkInterfaces\n= exports.getNetworkInterfaces\n= function () { return {} };\n\nexports.arch = function () { return 'javascript' };\n\nexports.platform = function () { return 'browser' };\n\nexports.tmpdir = exports.tmpDir = function () {\n    return '/tmp';\n};\n\nexports.EOL = '\\n';\n\nexports.homedir = function () {\n\treturn '/'\n};\n\n\n//# sourceURL=webpack:///./node_modules/os-browserify/browser.js?");
-
-/***/ }),
-
 /***/ "./node_modules/path-browserify/index.js":
 /*!***********************************************!*\
   !*** ./node_modules/path-browserify/index.js ***!

+ 0 - 1
src/App.vue

@@ -6,7 +6,6 @@
 
 <script>
 import { mapGetters } from 'vuex'
-
 export default {
   name: 'App',
   data() {

+ 1 - 1
src/config/env.company.js

@@ -22,7 +22,7 @@ module.exports = {
   // settlementPlatformUrl: 'http://127.0.0.1:8848',
   // 结算平台url
   settlementPlatformUrl: 'http://webcx.test241.wanyuhengtong.com/',
-   // 工单管理系统url
+  // 工单管理系统url
   GDUrl: 'http://http://bugweb.test241.wanyuhengtong.com/',
   // token加密key
   secretKey: 'key123',

+ 4 - 5
src/config/env.development.js

@@ -3,10 +3,10 @@ module.exports = {
   title: '采销平台',
   baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
   api: {
-    baseApi: 'http://stock.api.caixiao365.com/'
+    baseApi: 'http://stocknew.test241.wanyuhengtong.com/'
     // baseApi: 'http://stockwm.test241.wanyuhengtong.com/'
   },
-  webUrl: 'http://project.web.caixiao365.com/#/good-share?id=',
+  webUrl: 'http://project.web.caixiao365.com/#/test-good-share?id=',
   fileURL: `https://api2.edu.futurelab.tv`,
   shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',
   // 分仓
@@ -21,10 +21,9 @@ module.exports = {
   // 结算平台url
   // settlementPlatformUrl: 'http://127.0.0.1:8848',
   // 结算平台url
-  settlementPlatformUrl: 'http://fin.caixiao365.com/',
-  dashboardUrl: 'http://web.report.caixiao365.com/',
+  settlementPlatformUrl: 'http://webcx.test241.wanyuhengtong.com/',
   // 工单管理系统url
-  GDUrl: 'http://bug.caixiao365.com/',
+  GDUrl: 'http://http://bugweb.test241.wanyuhengtong.com/',
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

+ 0 - 7
src/layout/components/Navbar.vue

@@ -115,12 +115,6 @@
         </div>
 
         <el-dropdown-menu slot="dropdown">
-          <!-- <router-link to="/person/my-message">
-            <el-dropdown-item>我的信息</el-dropdown-item>
-          </router-link>
-          <router-link to="/person/change-phone">
-            <el-dropdown-item>更换手机号</el-dropdown-item>
-          </router-link> -->
           <el-dropdown-item @click.native="visible = true">
             <span style="display: block">修改密码</span>
           </el-dropdown-item>
@@ -247,7 +241,6 @@ import {
 import CryptoJS from 'crypto-js'
 import { userStoreActions } from '@/store/modules/user'
 import { accountLevels } from '@/assets/js/statusList'
-import { userInfo } from 'os'
 
 export default {
   computed: {

+ 0 - 3
src/views/sellOut/filing/cpns/baseForm.vue

@@ -1011,9 +1011,6 @@ export default {
             model.spec_list.push(am);
           });
 
-          console.log(model)
-          return
-
           let res = {};
           if (this.type === "add") {
             res = await asyncRequest.add({

+ 3 - 3
src/views/sellOut/filing/detail.vue

@@ -14,8 +14,8 @@
             @change-num="handleChangeNum"
             @change-status="handleChangeStatus"
             @change-order-code="handleChangeOrderCode"
-            @change-detail="(detail) => 
-              {sitem = detail;
+            @change-detail="(detail) => {
+              sitem = detail;
               status = detail.status}
             "
           />
@@ -54,7 +54,7 @@
       </el-tab-pane>
 
       <el-tab-pane label="流程图" name="3">
-        <flow-chart process_id="22" type="BBD" :orderCode="id" />
+        <flow-chart process_id="28" type="BBD" :orderCode="id" />
       </el-tab-pane>
     </el-tabs>
   </div>

+ 1 - 1
src/views/supplierSellOut/supplierFiling/detail.vue

@@ -39,7 +39,7 @@
       </el-tab-pane>
 
       <el-tab-pane label="流程图" name="3" v-if="type === 'view'">
-        <flow-chart process_id="22" type="BBD" :orderCode="id" />
+        <flow-chart process_id="28" type="BBD" :orderCode="id" />
       </el-tab-pane>
     </el-tabs>
   </div>

Some files were not shown because too many files changed in this diff