Jelajahi Sumber

'提交暂存'

魏志佳 4 tahun lalu
induk
melakukan
1a442f5f25

+ 15 - 0
src/components/youtTable/YoutTable.vue

@@ -0,0 +1,15 @@
+<template>
+    <div>
+
+    </div>
+</template>
+
+<script>
+    export default {
+        
+    }
+</script>
+
+<style lang="scss" scoped>
+
+</style>

+ 1 - 1
src/views/modules/workBench/designLeader/platForm.vue

@@ -106,7 +106,7 @@
                                         
                                         <div class="progress" v-if="item.orderStatus==1||item.orderStatus==3">
                                             <a-progress type="circle" :percent="(item.materialFinishAmount/item.materialAmount)*100" :width='30' :showInfo='false'  :strokeWidth='10' />
-                                            <span style="margin-left:15px">{{(item.materialFinishAmount/item.materialAmount)*100}}%</span>
+                                            <span style="margin-left:15px">{{Math.round((item.materialFinishAmount/item.materialAmount)*100)}}%</span>
                                         </div>
                                         <div class="progress" v-else>
                                             {{item.orderStatus|handleOrderStatus}}

+ 1 - 1
src/views/modules/workBench/designPeople/platForm.vue

@@ -86,7 +86,7 @@
                                         
                                         <div class="progress" v-if="item.orderStatus==1||item.orderStatus==3">
                                             <a-progress type="circle" :percent="(item.materialFinishAmount/item.materialAmount)*100" :width='30' :showInfo='false'  :strokeWidth='10' />
-                                            <span style="margin-left:15px">{{(item.materialFinishAmount/item.materialAmount)*100}}%</span>
+                                            <span style="margin-left:15px">{{Math.round((item.materialFinishAmount/item.materialAmount)*100)}}%</span>
                                         </div>
                                         <div class="progress" v-else>
                                             {{item.orderStatus|handleOrderStatus}}

+ 1 - 1
src/views/modules/workBench/operator/platForm.vue

@@ -99,7 +99,7 @@
                                         
                                         <div class="progress" v-if="item.orderStatus==1||item.orderStatus==3">
                                             <a-progress type="circle" :percent="(item.materialFinishAmount/item.materialAmount)*100" :width='30' :showInfo='false'  :strokeWidth='10' />
-                                            <span style="margin-left:15px">{{(item.materialFinishAmount/item.materialAmount)*100}}%</span>
+                                            <span style="margin-left:15px;">{{Math.round((item.materialFinishAmount/item.materialAmount)*100)}}%</span>
                                         </div>
                                         <div class="progress" v-else>
                                             {{item.orderStatus|handleOrderStatus}}

+ 1 - 1
src/views/modules/workBench/orderDetail.vue

@@ -402,7 +402,7 @@
                         </div>
                         <div>
                             <p class="markName">订单进度</p>
-                            <p class="big">{{(currentOrderInfo.materialFinishAmount/currentOrderInfo.materialAmount)*100|| 0 }}%</p>
+                            <p class="big">{{Math.round((currentOrderInfo.materialFinishAmount/currentOrderInfo.materialAmount)*100)|| 0 }}%</p>
                         </div>
                     </div>
                 </div>

+ 1 - 1
vue.config.js

@@ -69,7 +69,7 @@ module.exports = {
     proxy: {
       '/jeecg-boot': {
         //  target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
+        // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪.1963
         // target: 'http://192.168.1.188:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.43:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉