ccj 2 éve
szülő
commit
bf3cbd46dc

+ 2 - 2
public/static/warehousePrint.html

@@ -241,7 +241,7 @@
   <script src="../cdn/vue/2.6.10/vue.min.js"></script>
   <script src="../cdn/element-ui/2.13.2/index.js"></script>
   <script type="text/javascript">
-    import  API_CONFIG from "../../vue.config.js"
+    // import  API_CONFIG from "../../vue.config.js"
     new Vue({
       el: '#app',
       data: {
@@ -299,7 +299,7 @@
         printBig() {}
       },
       mounted() {
-        console.log(API_CONFIG,1111111111)
+        // console.log(API_CONFIG,1111111111)
         // var ippath=API_CONFIG.devServer.proxy['/pb'].target
 
         this.company = localStorage.getItem("ws-pf_compName")

+ 7 - 7
src/views/houseSelfCollect/acquisitionManagementAdd.vue

@@ -699,12 +699,12 @@ export default {
     // 增加分界
     add(item, item1, index) {
       let _data = this.detailList;
-      if (item.index > 2) {
-        this.$message({
-          message: '最多插入3个分界值',
-          type: 'warning',
-        })
-      } else {
+      // if (item.index > 2) {
+      //   this.$message({
+      //     message: '最多插入3个分界值',
+      //     type: 'warning',
+      //   })
+      // } else {
         item.index++
         item.detailList.splice(index + 1, 0, {
           name: '分界',
@@ -718,7 +718,7 @@ export default {
           type: 4,
         })
         this.makeSpliceIndex(item, item1, index)
-      }
+      // }
     },
     // 减少分界
     reduce(item, item1, index) {