xiaodai2022 2 anos atrás
pai
commit
061346e2f3

+ 1 - 1
src/assets/js/btnList.js

@@ -87,6 +87,6 @@ const btnList = [
   { code: "086", name: "订单导入" },
   { code: "087", name: "导出" },
   { code: "088", name: "确认收货" },
-
+  { code: "089", name: "批量已与供应商确认" },
 ];
 export default btnList;

+ 31 - 76
src/views/purchaseIn/purchaseOrder/detail.vue

@@ -15,8 +15,6 @@
           :sitem="sitem"
           :showBtn="status === '1' && powers.some((item) => item == '082')"
         />
-
-       
       </div>
       <el-tabs v-model="activeTabs">
         <el-tab-pane label="业务详情" name="1">
@@ -29,7 +27,6 @@
                 :columns="ShowDataTableColumns"
               >
                 <template slot="supplier_name">
-                  
                   <span>{{ sitem.supplier_name }}</span>
                   <el-popover placement="top" width="300" trigger="hover">
                     <ul>
@@ -125,22 +122,18 @@
                   </el-popover>
                 </template>
 
-
-
-
-                <template slot="gold_price" >
-                  <div v-if="sitem.status == '0' && sitem.can[0].id == '6' && cost_detailArr.is_gold_price == '1'">
-                    {{sitem.gold_price}}
-                  </div>
-                  <div v-else>
-                    ----
+                <template slot="gold_price">
+                  <div
+                    v-if="
+                      sitem.status == '0' &&
+                      sitem.can[0].id == '6' &&
+                      cost_detailArr.is_gold_price == '1'
+                    "
+                  >
+                    {{ sitem.gold_price }}
                   </div>
+                  <div v-else>----</div>
                 </template>
-
-
-
-
-
               </show-data-table>
             </el-collapse-item>
             <el-collapse-item title="商品信息" name="2">
@@ -153,52 +146,19 @@
                 :iscgd="true"
               />
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-            
-
-
-
               <editPrice
                 :newTime="newTime"
-                v-if="newTime !== '' && sitem.status == '0' && sitem.can[0].id == '6' && cost_detailArr.is_gold_price == '1'"
-                
+                v-if="
+                  newTime !== '' &&
+                  sitem.status == '0' &&
+                  sitem.can[0].id == '6' &&
+                  cost_detailArr.is_gold_price == '1'
+                "
                 :sitem="sitem"
                 :cost_detailArr="cost_detailArr"
-                @refresh = "refresh"
+                @refresh="refresh"
               >
-
               </editPrice>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
             </el-collapse-item>
             <el-collapse-item
               title="入库单"
@@ -279,7 +239,6 @@ export default {
         return [];
       }
     },
-    
   },
   data() {
     return {
@@ -297,7 +256,7 @@ export default {
       loading: false,
       queryId: "",
       ReturnAddModel: false, //采购单退货弹窗
-      cost_detailArr:[],
+      cost_detailArr: [],
       fileUrl: urlConfig.baseURL,
     };
   },
@@ -306,21 +265,18 @@ export default {
     this.initData();
   },
   methods: {
-    
-    
     // editPriceIf(sitem){
     //   console.log(sitem.status,"aaaaaaaa")
     //     if(sitem.status == "0" ){
-          
+
     //       return false
     //     }else{
     //       return true
     //     }
-      
+
     // },
-    refresh(){
-     
-      this.initData()
+    refresh() {
+      this.initData();
     },
     getNewTime() {
       this.newTime = new Date().valueOf();
@@ -332,16 +288,15 @@ export default {
         await this.setStatus(type, "提交入库方审核", e.remark);
       }
     },
-    async goldPrice(){
-      
+    async goldPrice() {
       // console.log(this.sitem.order_type,"11111111111111111111111")
       // if(this.sitem.order_type){}
       // return;
-      let res = {}
-      let {order_type} = this.sitem
-      if(order_type == "1"||order_type == "2"||order_type == "5"){
+      let res = {};
+      let { order_type } = this.sitem;
+      if (order_type == "1" || order_type == "2" || order_type == "5") {
         res = await asyncRequest.cost_detail({ spuCode: this.sitem.spuCode });
-      }else{
+      } else {
         res = await asyncRequest.cove_detail({ spuCode: this.sitem.spuCode });
       }
       if (res && res.code === 0 && res.data) {
@@ -357,8 +312,8 @@ export default {
       const res = await asyncRequest.detail({ cgdNo: this.queryId });
       if (res && res.code === 0 && res.data) {
         this.sitem = res.data;
-        console.log("11111111111111111",this.sitem)
-        this.goldPrice()
+        console.log("11111111111111111", this.sitem);
+        this.goldPrice();
         const { status, can, cgdNo } = this.sitem;
         this.status = status;
         if (can && can.length > 0) {
@@ -375,7 +330,7 @@ export default {
       }
       this.loading = false;
     },
-    
+
     async statusConfirm() {
       await this.$confirm(`确定已与供应商确认?`, {
         confirmButtonText: "确定",
@@ -384,7 +339,7 @@ export default {
       })
         .then(async () => {
           let model = {
-            cgdNo: this.sitem.cgdNo,
+            cgdNo: [this.sitem.cgdNo],
             status: "1",
           };
           const res = await asyncRequest.status(model);

+ 68 - 3
src/views/purchaseIn/purchaseOrder/index.vue

@@ -49,7 +49,7 @@
                   />
                 </el-select>
               </el-col>
-              <el-col :span="4" style="width: 370px; padding: 0 0 0 10px">
+              <el-col :span="4" style="width: 310px; padding: 0 0 0 10px">
                 <search-supplier
                   :size="searchSize"
                   :value="wsm_supplierNo"
@@ -81,6 +81,24 @@
                   刷新
                 </el-button>
               </el-col>
+               <el-col
+                :span="4"
+                style="width: 150px; float: right"
+                v-if="
+                  powers &&
+                  powers.length > 0 &&
+                  powers.some((item) => item == '089')
+                "
+              >
+                <el-button
+                  type="primary"
+                  @click="statusConfirm"
+                  :size="searchSize"
+                  class="fr"
+                >
+                  批量已与供应商确认
+                </el-button>
+              </el-col>
             </el-row>
             <el-row style="padding: 10px 0 0 0">
               <el-col :span="4" style="width: 120px">
@@ -162,7 +180,9 @@
                 :span="4"
                 style="width: 66px; float: right"
                 v-if="
-                  powers && powers.length > 0 && powers.some((item) => item == '087')
+                  powers &&
+                  powers.length > 0 &&
+                  powers.some((item) => item == '087')
                 "
               >
                 <el-button
@@ -175,7 +195,7 @@
                   导出
                 </el-button>
               </el-col>
-              
+               
             </el-row>
           </div>
         </template>
@@ -396,6 +416,51 @@ export default {
       }
     },
 
+    async statusConfirm() {
+      if (this.changeList.length <= 0) {
+        this.$message.warning("至少选择一条采购单数据!");
+        return;
+      }
+      let isok = true,
+        list = [];
+      this.changeList.forEach((e) => {
+        if (e.status !== "0") {
+          isok = false;
+        }
+        list.push(e.cgdNo)
+      });
+      if(!isok){
+         this.$message.warning("只能选择待与供应商确认的采购单!");
+        return;
+      }
+      await this.$confirm(`确定批量确认?`, {
+        confirmButtonText: "确定",
+        cancelButtonText: "取消",
+        type: "warning",
+      })
+        .then(async () => {
+          let model = {
+            cgdNo: list,
+            status: "1",
+          };
+          const res = await asyncRequest.status(model);
+          this.loading = false;
+          if (res && res.code === 0) {
+            this.$notify.success({
+              title: "提交成功!",
+              message: "",
+            });
+            await this.initData();
+          } else if (res && res.code >= 100 && res.code <= 104) {
+            await this.logout();
+          } else {
+            this.$message.warning(res.message);
+          }
+        })
+        .catch(() => {
+          console.log("取消");
+        });
+    },
     restSearch() {
       this.sselect = "创建时间";
       this.select = "1";