| | |
| | | // 行点击 |
| | | tableRowClick(row) { |
| | | this.editConfig.title = "编辑" |
| | | this.editConfig.infomation = { ...row } |
| | | let obj=JSON.parse(JSON.stringify(row)) |
| | | for(let i in obj){ |
| | | if(i=='name'||i=='prefix'){ |
| | | obj[i]=obj[i]?obj[i]:'' |
| | | }else{ |
| | | obj[i]=obj[i]?obj[i]:null |
| | | } |
| | | } |
| | | this.editConfig.infomation = { ...obj } |
| | | this.editConfig.visible = true |
| | | }, |
| | | // 新建 |
| | |
| | | name:'', |
| | | prefix:'', |
| | | // 作业类型 |
| | | baseOperationType:null, |
| | | baseOperationType:null, |
| | | // 退货类型 |
| | | returnOperationTypeID:null, |
| | | // 创建欠单 |
| | |
| | | // 仓库 |
| | | warehouseId:null, |
| | | // 显示作业详情 |
| | | showOperations:null, |
| | | showOperations:false, |
| | | earlyOperations:null, |
| | | // 保留方式 |
| | | reservationMethod:null, |