GaoYuPeng 3 年之前
父節點
當前提交
322a136ddd

+ 7 - 0
shanXiPlatform/src/icons/svg/chukusel.svg

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
+<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+	 viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+<path d="M17.4,0H2.6L0,4.4v13.1h20l0-13.3L17.4,0z M4.3,1.7h11.3l1.7,3.5H2.6L4.3,1.7z M11.3,14.8H8.7v-3.5H6.1l3.5-3.5h0.9l3.5,3.5
6
+	h-2.6L11.3,14.8L11.3,14.8z"/>
7
+</svg>

+ 8 - 0
shanXiPlatform/src/icons/svg/kucunsel.svg

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
+<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+	 viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+<path d="M4.5,14.4V20h4.8v-5.6H8.1V16H5.8v-1.7H4.5z M11.2,14.4V20H16v-5.6h-1.2V16h-2.3v-1.7H11.2z M7.6,7.8v4.8h4.8V7.8h-1.2v1.4
6
+	H8.9V7.8H7.6z"/>
7
+<path d="M9.7,0L0.1,5.9v13.9h2.2v-7.2h3.1v-7h9.3v7h3v7.2h2.2V5.9L9.7,0z"/>
8
+</svg>

+ 2 - 2
shanXiPlatform/src/router/index.js

@@ -587,7 +587,7 @@ export const constantRoutes = [
587 587
         component: storeTabs,
588 588
         name: 'inventory',
589 589
         redirect: 'inventory/inventoryQuality',
590
-        meta: { title: '库存质量管理', icon: 'kucun', affix: false , relation: 'house', istable: true },
590
+        meta: { title: '库存质量管理', icon: 'kucunsel', affix: false , relation: 'house', istable: true },
591 591
         resourceCode:175,
592 592
         children: [
593 593
           //库存
@@ -621,7 +621,7 @@ export const constantRoutes = [
621 621
         component: delstoreTabs,
622 622
         name: 'delivery',
623 623
         redirect: 'delivery/deliveryQuality',
624
-        meta: { title: '出库质量管理', icon: 'chuku', affix: false , relation: 'house', istable: true },
624
+        meta: { title: '出库质量管理', icon: 'chukusel', affix: false , relation: 'house', istable: true },
625 625
         resourceCode:176,
626 626
         children: [
627 627
           //库存

+ 1 - 1
shanXiPlatform/src/views/outsideHouse/Emanage/gInspectiondetail.vue

@@ -50,7 +50,7 @@
50 50
                                                     String(this.model.grainWork)!=''&& 
51 51
                                                     String(this.model.keepLog)!=''&&  
52 52
                                                     String(this.model.grainAnalysi)!='' &&
53
-                                                      this.$route.query.state =='edit' " @click="editinfo()">修改</el-button>
53
+                                                      this.$route.query.state =='edit' " @click="editinfo()">保存</el-button>
54 54
                     <el-button type="savebtn" v-if="String(this.model.printGrainResults)!='' &&
55 55
                                                     String(this.model.onLight)!=''&&  
56 56
                                                     String(this.model.doubleEntry)!=''&& 

+ 1 - 1
shanXiPlatform/src/views/outsideHouse/Emanage/sInspectiondetail.vue

@@ -38,7 +38,7 @@
38 38
                                                     String(this.model.fillReport)!=''&&
39 39
                                                     String(this.model.problemElimination)!=''&&  
40 40
                                                     String(this.model.registerAccount)!=''&&  
41
-                                                      this.$route.query.state =='edit' " @click="editinfo()">修改</el-button>
41
+                                                      this.$route.query.state =='edit' " @click="editinfo()">保存</el-button>
42 42
                     <el-button type="savebtn" v-if="String(this.model.safetyOfficer)!='' &&
43 43
                                                     String(this.model.safetyArchive)!=''&&  
44 44
                                                     String(this.model.dailyInspection)!=''&& 

+ 1 - 1
shanXiPlatform/src/views/outsideHouse/rentWarehouse/gRenthousedetail.vue

@@ -50,7 +50,7 @@
50 50
                                                     String(this.model.grainWork)!=''&& 
51 51
                                                     String(this.model.keepLog)!=''&&  
52 52
                                                     String(this.model.grainAnalysi)!='' &&
53
-                                                      this.$route.query.state =='edit' " @click="editinfo()">修改</el-button>
53
+                                                      this.$route.query.state =='edit' " @click="editinfo()">保存</el-button>
54 54
                     <el-button type="savebtn" v-if="String(this.model.printGrainResults)!='' &&
55 55
                                                     String(this.model.onLight)!=''&&  
56 56
                                                     String(this.model.doubleEntry)!=''&& 

+ 1 - 1
shanXiPlatform/src/views/outsideHouse/rentWarehouse/sRenthousedetail.vue

@@ -38,7 +38,7 @@
38 38
                                                     String(this.model.fillReport)!=''&&
39 39
                                                     String(this.model.problemElimination)!=''&&  
40 40
                                                     String(this.model.registerAccount)!=''&&  
41
-                                                      this.$route.query.state =='edit' " @click="editinfo()">修改</el-button>
41
+                                                      this.$route.query.state =='edit' " @click="editinfo()">保存</el-button>
42 42
                     <el-button type="savebtn" v-if="String(this.model.safetyOfficer)!='' &&
43 43
                                                     String(this.model.safetyArchive)!=''&&  
44 44
                                                     String(this.model.dailyInspection)!=''&& 

+ 1 - 0
shanXiPlatform/vue.config.js

@@ -39,6 +39,7 @@ module.exports = {
39 39
 
40 40
     proxy: {  //配置跨域
41 41
       '/': {
42
+        // target: 'http://101.36.160.140:21061',  //这里后台的地址模拟的;应该填写你们真实的后台接口
42 43
         target: 'http://101.36.160.140:21021',  //这里后台的地址模拟的;应该填写你们真实的后台接口
43 44
         // target:'http://172.16.0.02:9601',
44 45
         changOrigin: true,  //允许跨域