lilei 2 vuotta sitten
vanhempi
commit
cbbb267652
3 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  1. 1 1
      public/version.json
  2. 3 3
      src/views/salesManagement/salesQueryNew/edit.vue
  3. 2 2
      vue.config.js

+ 1 - 1
public/version.json

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

+ 3 - 3
src/views/salesManagement/salesQueryNew/edit.vue

@@ -89,7 +89,7 @@
                   </a-select>
                 </a-form-item>
               </a-col>
-              <a-col :md="4" :sm="24" v-else>
+              <!-- <a-col :md="4" :sm="24" v-else>
                 <a-form-item label="是否为缺货">
                   <a-select allowClear v-model="productForm.oosFlag" placeholder="请选择是否">
                     <a-select-option value="1">
@@ -100,7 +100,7 @@
                     </a-select-option>
                   </a-select>
                 </a-form-item>
-              </a-col>
+              </a-col> -->
               <a-col :md="4" :sm="24">
                 <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="salesEdit-refresh">查询</a-button>
                 <a-button style="margin-left: 5px" @click="resetForm" id="salesEdit-reset">重置</a-button>
@@ -640,7 +640,7 @@ export default {
         closable: true,
         onOk () {
           _this.spinning = true
-          const params = { id: _this.orderId, oosFlag: flag == 1 ? 1 : undefined, qhFlag: flag == 2 ? 1 : undefined }
+          const params = { id: _this.orderId, oosFlag: !flag ? undefined : 1 }
           salesDel(params).then(res => {
             if (res.status == 200) {
               _this.getOrderDetail(true)

+ 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.0.183/qpls-md',
-        target: 'http://p.iscm.360arrow.com/qpls-md',
+        target: 'http://192.168.0.183:8503/qpls-md',
+        // target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,