| | |
| | | systemLog, |
| | | standardTree, |
| | | standardMethod, |
| | | StandardTemplate |
| | | StandardTemplate, |
| | | insOrder |
| | | } |
| | | } |
| | | |
| | |
| | | selectDevicePrincipal: "/user/getDeviceManager", //获取设备负责人 |
| | | } |
| | | |
| | | const insOrder = { |
| | | selectInsOrderParameter: "/insOrder/selectInsOrderParameter", //查询检验下单 |
| | | } |
| | | |
| | | const systemLog = { |
| | | selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志 |
| | | } |
| | |
| | | <li v-for="(m,i) in tabList" :key="i" :class="{active:i==tabIndex}" @click="handleTab(m,i)">{{m.label}}</li> |
| | | </ul> |
| | | <!-- 语法 子组件通过 this.$emit +传入方法名 调用父组件方法 例如 this.$emit(selectAllByOne) 就需在父组件声明并传入 @selectAllByOne="selectAllByOne"--> |
| | | <ValueTable ref="ValueTable" :url="$api.deviceScope.selectDeviceParameter" :componentData="componentData" |
| | | <ValueTable ref="ValueTable" :url="$api.insOrder.selectInsOrderParameter" :componentData="componentData" |
| | | :key="upIndex" style="height: calc(100% - 44px)" @selectAllByOne="selectAllByOne" |
| | | @handleDataLook="handleDataLook" @download="download" @handleVerify="handleVerify" @handlEquash="handlEquash" |
| | | @handleIssued="handleIssued" /> |
| | |
| | | labelPosition: 'right', |
| | | componentData: { |
| | | entity: { |
| | | deviceStatus: null, |
| | | deviceName: null, |
| | | specificationModel: null, |
| | | largeCategory: null, |
| | | orderBy: { |
| | | field: 'id', |
| | | order: 'asc' |