| | |
| | | </el-descriptions> |
| | | </el-dialog> |
| | | <el-dialog top="2vh" :title="subTitle" fullscreen :visible.sync="productShow" width="60%"> |
| | | <history v-if="isWhith==1"></history> |
| | | <plan v-else-if="isWhith==2"></plan> |
| | | <draw v-else-if="isWhith==3"></draw> |
| | | <history :orderId="orderId" v-if="isWhith==1"></history> |
| | | <plan :orderId="orderId" v-else-if="isWhith==2"></plan> |
| | | <draw :orderId="orderId" v-else-if="isWhith==3"></draw> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | }, |
| | | on: { |
| | | click: () => { |
| | | let {orderId} = scope.row; |
| | | this.orderId = orderId; |
| | | this.isWhith = 1; |
| | | this.productShow = true; |
| | | }, |
| | |
| | | }, |
| | | on: { |
| | | click: () => { |
| | | let {orderId} = scope.row; |
| | | this.orderId = orderId; |
| | | this.isWhith = 2; |
| | | this.productShow = true; |
| | | }, |
| | |
| | | }, |
| | | on: { |
| | | click: () => { |
| | | let {orderId} = scope.row; |
| | | this.orderId = orderId; |
| | | this.isWhith = 3; |
| | | this.productShow = true; |
| | | }, |
| | |
| | | title:"新增项目", |
| | | orderDetail:{}, |
| | | exportExcelList:[], |
| | | isWhith:'' |
| | | isWhith:'', |
| | | orderId:'' |
| | | } |
| | | }, |
| | | computed:{ |
| | |
| | | } |
| | | let objForm = JSON.parse(JSON.stringify(this.formInline)); |
| | | for (let key in objForm) { |
| | | if (objForm[key] === "all") { |
| | | if (objForm[key] === "all"||objForm[key] === ""||objForm[key] === null) { |
| | | delete objForm[key]; |
| | | } |
| | | } |