项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx
@@ -49,65 +49,61 @@
      //   }
      // });
      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)
                  this.boxModel = false
                  this.refresh()
                } else {
                  this.$Message.error(res.message) //閿欒鎻愮ず
                }
              })
          })
        }
      })
      this.boxButtons.push({
        name: '璋冩嫧鍑哄簱', //鎸夐挳鍚嶇О
        //icon: 'el-icon-document', //鎸夐挳鍥炬爣:缁勪欢绀轰緥->鍥炬爣
        //primary銆乻uccess銆亀arning銆乪rror銆乮nfo銆乼ext銆乨anger
        name: '淇濆瓨', //鎸夐挳鍚嶇О
        type: 'danger',
        icon: 'el-icon-check',
        disabled: false,
        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)
                  this.boxModel = false
                  this.refresh()
                } else {
                  this.$Message.error(res.message) //閿欒鎻愮ず
                }
              })
          })
          if (this.editFormFields.remark == '鍏朵粬鍑哄簱') {
            this.$confirm('鏄惁鍏朵粬鍑哄簱', '璀﹀憡', {
              confirmButtonText: '纭畾',
              cancelButtonText: '鍙栨秷',
              type: 'warning',
              center: true,
              customClass: 'large-text-confirm'
            }).then(() => {
              this.http
                .post(
                  `/api/Task/OtherOutBoundTaskAsync`,
                  this.$refs.detail.rowData,
                  '姝e湪鐢熸垚鍑哄簱浠诲姟'
                )
                .then((res) => {
                  if (res.status) {
                    this.$Message.success(res.message)
                    this.boxModel = false
                    this.refresh()
                  } else {
                    this.$Message.error(res.message) //閿欒鎻愮ず
                  }
                })
            })
          } else {
            this.$confirm('鏄惁璋冩嫧鍑哄簱', '璀﹀憡', {
              confirmButtonText: '纭畾',
              cancelButtonText: '鍙栨秷',
              type: 'warning',
              center: true,
              customClass: 'large-text-confirm'
            }).then(() => {
              this.http
                .post(
                  `/api/Task/HandAllocateOutBoundTaskAsync`,
                  this.$refs.detail.rowData,
                  '姝e湪鐢熸垚鍑哄簱浠诲姟'
                )
                .then((res) => {
                  if (res.status) {
                    this.$Message.success(res.message)
                    this.boxModel = false
                    this.refresh()
                  } else {
                    this.$Message.error(res.message) //閿欒鎻愮ず
                  }
                })
            })
          }
        }
      })
      this.columns.push({
@@ -120,7 +116,7 @@
            <div>
              <el-button
                onClick={($e) => {
                  ;(row.remark = '鍏朵粬鍑哄簱'), this.linkData(row)
                  ;(row.remark = '鍏朵粬鍑哄簱'), this.linkDataNew(row, '鍏朵粬鍑哄簱')
                }}
                type="primary"
              >
@@ -129,7 +125,7 @@
              <el-button
                onClick={($e) => {
                  ;(row.remark = '璋冩嫧鍑哄簱'), this.linkData(row)
                  ;(row.remark = '璋冩嫧鍑哄簱'), this.linkDataNew(row, '璋冩嫧鍑哄簱')
                }}
                type="success"
              >