zouyu
2024-01-30 7fca02745d606514a22dc2f4673e3ea1475495b6
src/views/product/workbench/taskinfo-pane.vue
@@ -891,6 +891,7 @@
  getGenerateSN,
  getShiftProductOutByOpIdAndWsId
} from '@/api/product/personboard'
import {
  getTemplate,
  getDocumentJgt,
@@ -1526,7 +1527,6 @@
    },
    // 放大图片
    openImg() {
      console.log('放大照片')
    },
    downloadProcessConfigFile(row) {
      downloadProcessConfigFile(
@@ -1675,7 +1675,6 @@
                      // 给弹出框产量列表productList赋值
                      this.productList = []
                      const product = {}
                      console.log('userInfo', this.userInfo)
                      const currStaff = this.personBoardList.find((item) => {
                        return item.staffId == this.userInfo.staffId
                      })
@@ -1892,10 +1891,6 @@
    currOperateTask: {
      handler(newValue, oldValue) {
        if (newValue.id) {
          console.log(
            'currOperateTask',
            this.currOperateTask.routingOperationRemark
          )
          this.opTask.statusDesc = newValue.statusDesc
          // 查询paramDatas
          this.getTechnologyRoutingParam(newValue)