lilei před 3 roky
rodič
revize
336f131c5b

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1655718900022
+  "version": 1655773413514
 }

+ 2 - 2
src/views/salesManagement/salesQuery/edit.vue

@@ -135,10 +135,10 @@
           </div>
           <!-- 产品编码 -->
           <template slot="productCode" slot-scope="text, record">
-            <a-badge count="急" v-if="record.oosFlag == 1">
+            <a-badge count="急" v-if="isOwerEdit&&record.oosFlag == 1">
               <div style="padding-right: 15px;">{{ text }}</div>
             </a-badge>
-            <a-badge count="缺" v-else-if="!record.currentStockQty || record.currentStockQty < record.qty">
+            <a-badge count="缺" v-else-if="!isOwerEdit&&(!record.currentStockQty || record.currentStockQty < record.qty)">
               <div style="padding-right: 15px;">{{ text }}</div>
             </a-badge>
             <span v-else>{{ text }}</span>

+ 2 - 2
vue.config.js

@@ -211,8 +211,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.151:8503/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.16.151:8503/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,