| | |
| | | :showAdd="false" |
| | | :placeholder="'请根据单号、产品、业务类型进行搜索'" |
| | | :amount-view="false" |
| | | :inputName="params.keyWord" |
| | | @addCommonClick="addBtnClick" |
| | | @searchClick="getList" |
| | | /> |
| | |
| | | }, |
| | | // 行点击 |
| | | async tableRowClick(row) { |
| | | console.log(row,"看看row") |
| | | // window.sessionStorage.sessionStorage.setItem('paramsData', { |
| | | // // name: "拼夕夕仓库-出库", |
| | | // workType: row.baseOperationType, |
| | | // id: row.operationId, |
| | | // // code: "PX" |
| | | // }); |
| | | |
| | | await getOperationInfo(row.operationId).then((res)=>{ |
| | | this.editConfig.infomation = { ...res.data } |
| | | this.editConfig.infomation = { ...res.data,workType:res.baseOperationType } |
| | | }) |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "查看" |