From af5847927931d3f491d7be5e0178cff3c37ac6f9 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 06 十一月 2025 17:20:44 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx |  178 ++++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 140 insertions(+), 38 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx"
index 7fb1009..df43713 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx"
@@ -26,52 +26,119 @@
   methods: {
     //涓嬮潰杩欎簺鏂规硶鍙互淇濈暀涔熷彲浠ュ垹闄�
     onInit() {
-      // let OtherOutBoundbtn=this.buttons.find(x=>x.value=='OtherOutBound');
-      // if(OtherOutBoundbtn){
-      //   OtherOutBoundbtn.onClick=function(){
+      // this.detailOptions.buttons.unshift({
+      //   name: '鍏朵粬鍑哄簱', //鎸夐挳鍚嶇О
+      //   icon: 'el-icon-document', //鎸夐挳鍥炬爣vue2鐗堟湰瑙乮view鏂囨。icon锛寁ue3鐗堟湰瑙乪lement ui鏂囨。icon(娉ㄦ剰涓嶆槸element puls鏂囨。)
+      //   type: 'primary',
+      //   onClick: function () {
+      //     this.$confirm('鏄惁鍏朵粬鍑哄簱', "璀﹀憡浣犳鍦ㄤ娇鐢ㄥ叾浠栧嚭搴�", {
+      //       confirmButtonText: '纭畾',
+      //       cancelButtonText: '鍙栨秷',
+      //       type: 'warning',
+      //       center: true
+      //     }).then(() => {
+      //       this.http.post(`/api/Task/OtherOutBoundTaskAsync`, row, "姝e湪瀹屾垚浠诲姟").then((res) => {
+      //         //绀轰緥锛氳皟鐢ㄥ悗鍙版帴鍙�
+      //         if (res.status) {
+      //           this.$Message.success('浠诲姟瀹屾垚')
+      //         } else {
+      //           this.$Message.error(res.message) //閿欒鎻愮ず
+      //         }
+      //       })
+      //     })
+      //   }
+      // });
+      this.boxButtons.push({
+        name: '鍏朵粬鍑哄簱', //鎸夐挳鍚嶇О
+        icon: 'el-icon-document', //鎸夐挳鍥炬爣:缁勪欢绀轰緥->鍥炬爣
+        //primary銆乻uccess銆亀arning銆乪rror銆乮nfo銆乼ext銆乨anger
+        type: 'primary',
+        plain: true,
+        onClick: function () {
+          this.$confirm('鏄惁鍏朵粬鍑哄簱', "璀﹀憡浣犳鍦ㄤ娇鐢ㄥ叾浠栧嚭搴�", {
+            confirmButtonText: '纭畾',
+            cancelButtonText: '鍙栨秷',
+            type: 'warning',
+            center: true
+          }).then(() => {
+            this.http.post(`/api/Task/OtherOutBoundTaskAsync`, this.$refs.detail.rowData, "姝e湪瀹屾垚浠诲姟").then((res) => {
+              if (res.status) {
+                this.$Message.success(res.message)
+              } else {
+                this.$Message.error(res.message) //閿欒鎻愮ず
+              }
+            })
+          })
+        }
+      })
+      this.boxButtons.push({
+        name: '璋冩嫧鍑哄簱', //鎸夐挳鍚嶇О
+        icon: 'el-icon-document', //鎸夐挳鍥炬爣:缁勪欢绀轰緥->鍥炬爣
+        //primary銆乻uccess銆亀arning銆乪rror銆乮nfo銆乼ext銆乨anger
+        type: 'danger',
+        plain: true,
+        onClick: function () {
+          this.$confirm('鏄惁璋冩嫧鍑哄簱', "璀﹀憡浣犳鍦ㄤ娇鐢ㄨ皟鎷ㄥ嚭搴�", {
+            confirmButtonText: '纭畾',
+            cancelButtonText: '鍙栨秷',
+            type: 'warning',
+            center: true
+          }).then(() => {
+            this.http.post(`/api/Task/HandAllocateOutBoundTaskAsync`, this.$refs.detail.rowData, "姝e湪瀹屾垚浠诲姟").then((res) => {
+              if (res.status) {
+                this.$Message.success(res.message)
+              } else {
+                this.$Message.error(res.message) //閿欒鎻愮ず
+              }
+            })
+          })
+        }
+      })
+      // this.detailOptions.buttons.unshift({
+      //   name: '璋冩嫧鍑哄簱',
+      //   icon: '',
+      //   type: 'primary',
+      //   onClick: function (e) {
       //     let row = this.$refs.table.getSelected() //鑾峰彇閫変腑鐨勮
       //     if (row <= 0) {
       //       //濡傛灉娌℃湁閫変腑琛�
       //       this.$Message.error('璇烽�夋嫨涓�琛屾暟鎹�')
-      //       return;
+      //       return
       //     }
-      //     let palletCode = row[0].palletCode
-      //     this.http.get(`/api/Task/CompleteTaskAsync?taskNum=${taskNum}`, {}, "姝e湪瀹屾垚浠诲姟").then((res) => {
+      //     let taskNum = row[0].taskNum
+      //     this.http.post(`/api/Task/CompleteTaskAsync?taskNum=${taskNum}`, {}, "姝e湪瀹屾垚浠诲姟").then((res) => {
       //       //绀轰緥锛氳皟鐢ㄥ悗鍙版帴鍙�
       //       if (res.status) {
-      //         this.$Message.success('浠诲姟瀹屾垚');
-      //         this.refresh();
+      //         this.$Message.success(res.message)
       //       } else {
       //         this.$Message.error(res.message) //閿欒鎻愮ず
-      //         this.refresh();
       //       }
       //     })
       //   }
-      // }
-        this.columns.push({
-          field: '鎿嶄綔',
-          title: '鎿嶄綔',
-          width: 90,
-          fixed: 'right',
-          align: 'center',
-          formatter: (row) => {
-              return (
-                  '<i style="cursor: pointer;color: #2d8cf0;"class="el-icon-view">鍏朵粬鍑哄簱</i>'
-              );
-          },
-          click: (row) => {
-            console.log(row);
-            this.http.post(`/api/Task/OtherOutBoundTaskAsync?palletCode=${row.palletCode}`, {}, "姝e湪鐢熸垚浠诲姟").then((res) => {
-                    //绀轰緥锛氳皟鐢ㄥ悗鍙版帴鍙�
-                    if (res.status) {
-                      this.$Message.success(row[0].palletCode+"鍑哄簱鎴愬姛");
-                      this.refresh();
-                    } else {
-                      this.$Message.error(res.message) //閿欒鎻愮ず
-                      this.refresh();
-                    }
-                  })
-          }
+      // });
+      this.columns.push({
+        field: '鎿嶄綔',
+        title: '鎿嶄綔',
+        width: 90,
+        fixed: 'right',
+        align: 'center',
+        formatter: (row) => {
+          return (
+            '<i style="cursor: pointer;color: #2d8cf0;"class="el-icon-view">鐩樼偣鍑哄簱</i>'
+          );
+        },
+        click: (row) => {
+          this.http.post(`/api/Task/OutBoundTaskAsync?palletCode=${row.palletCode}`, {}, "姝e湪鐢熸垚浠诲姟").then((res) => {
+            //绀轰緥锛氳皟鐢ㄥ悗鍙版帴鍙�
+            if (res.status) {
+              this.$Message.success(row.palletCode + "鍑哄簱鎴愬姛");
+              this.refresh();
+            } else {
+              this.$Message.error(res.message) //閿欒鎻愮ず
+              this.refresh();
+            }
+          })
+        }
       });
       // this.columns.push({
       //   title: "鎿嶄綔",
@@ -100,7 +167,11 @@
 
       //绀轰緥锛氳缃慨鏀规柊寤恒�佺紪杈戝脊鍑烘瀛楁鏍囩鐨勯暱搴�
       this.boxOptions.labelWidth = 150
-
+      this.buttons.forEach((btn) => {
+        if (btn.name == '缂栬緫') {
+          btn.hidden = true;
+        }
+      });
 
       this.columns.forEach((column) => {
 
@@ -125,7 +196,7 @@
             '6': '浜屾ゼB5-G5缂撳瓨鍖�',
           };
           column.formatter = (row) => {
-            return  floorMap[row?.locationInfo?.areaId] || ''
+            return floorMap[row?.locationInfo?.areaId] || ''
           }
         }
         if (column.field == 'locationStatus') {
@@ -168,10 +239,41 @@
     },
     rowClick({ row, column, event }) {
       //鏌ヨ鐣岄潰鐐瑰嚮琛屼簨浠�
-      // this.$refs.table.$refs.table.toggleRowSelection(row) //鍗曞嚮琛屾椂閫変腑褰撳墠琛�;
+      //this.$refs.table.$refs.table.toggleRowSelection(row) //鍗曞嚮琛屾椂閫変腑褰撳墠琛�;
     },
     modelOpenAfter(row) {
-
+      const isAdd = this.currentAction == 'Add';//鍒ゆ柇鏄惁涓烘柊寤烘搷浣�
+      //闅愯棌鏄庣粏琛ㄦ寜閽�
+      this.detailOptions.buttons.forEach((btn) => {
+        if (btn.name == '娣诲姞琛�') {
+          btn.hidden = true;
+          //鎴栬�呰缃彧璇�
+          //btn.readonly=true;
+        }
+      });
+      const isDel = this.currentAction == 'Add';//鍒ゆ柇鏄惁涓烘柊寤烘搷浣�
+      //闅愯棌鏄庣粏琛ㄦ寜閽�
+      this.detailOptions.buttons.forEach((btn) => {
+        if (btn.name == '鍒犻櫎琛�') {
+          btn.hidden = true;
+          //鎴栬�呰缃彧璇�
+          //btn.readonly=true;
+        }
+      });
+      this.detailOptions.buttons.forEach((btn) => {
+        if (btn.name == '瀵煎叆') {
+          btn.hidden = true;
+          //鎴栬�呰缃彧璇�
+          //btn.readonly=true;
+        }
+      });
+      this.detailOptions.buttons.forEach((btn) => {
+        if (btn.name == '瀵煎嚭') {
+          btn.hidden = true;
+          //鎴栬�呰缃彧璇�
+          //btn.readonly=true;
+        }
+      });
       //鐐瑰嚮缂栬緫銆佹柊寤烘寜閽脊鍑烘鍚庯紝鍙互鍦ㄦ澶勫啓閫昏緫锛屽锛屼粠鍚庡彴鑾峰彇鏁版嵁
       //(1)鍒ゆ柇鏄紪杈戣繕鏄柊寤烘搷浣滐細 this.currentAction=='Add';
       //(2)缁欏脊鍑烘璁剧疆榛樿鍊�

--
Gitblit v1.9.3