| | |
| | | } |
| | | ] |
| | | }, |
| | | data: [] |
| | | data: [], |
| | | isActive: false, |
| | | recorder: null, |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | return ids.join(","); |
| | | } |
| | | }, |
| | | |
| | | methods: { |
| | | beforeOpen(done, type) { |
| | | }, |
| | |
| | | @on-load="onLoad"> |
| | | |
| | | <template slot="menu"> |
| | | <el-button type="text" @click="dialogVisible=true">点击打开 Dialog</el-button> |
| | | <el-button type="text" @click="dialogVisible=true">查看包裹图片</el-button> |
| | | |
| | | <el-dialog title="提示" :visible.sync="dialogVisible" width="30%" :before-close="handleClose"> |
| | | <span>这是一段信息</span> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="dialogVisible = false">取 消</el-button> |
| | | <el-button type="primary" @click="dialogVisible = false">确 定</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | </template> |
| | | |
| | | |
| | | </avue-crud> |
| | | |
| | | </basic-container> |
| | | </template> |
| | | |
| | |
| | | hide:true |
| | | }, |
| | | { |
| | | label: "过机时间", |
| | | label: "安检时间", |
| | | prop: "samplingTime", |
| | | }, |
| | | { |
| | | label: "过机时间", |
| | | label: "安检时间", |
| | | prop: "dateTime", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd HH:mm:ss", |
| | |
| | | refreshChange() { |
| | | this.onLoad(this.page, this.query); |
| | | }, |
| | | handleClose(done) { |
| | | this.$confirm('确认关闭?') |
| | | .then(_ => { |
| | | done(); |
| | | }) |
| | | .catch(_ => {}); |
| | | }, |
| | | onLoad(page, params = {}) { |
| | | debugger; |
| | | const { dateTime } = this.query; |
| | |
| | | ...params, |
| | | }; |
| | | |
| | | debugger; |
| | | if (this.$route.query.decisioDiagramResult && this.$route.query!='' && this.$route.query!=null && this.$route.query!=undefined ) { |
| | | if (this.$route.query.startTime != undefined && this.$route.query.startTime != null && this.$route.query.startTime != "" ) { |
| | | this.page.currentPage = 1; |
| | |
| | | hide:true |
| | | }, |
| | | { |
| | | label: "过机时间", |
| | | label: "安检时间", |
| | | prop: "samplingTime", |
| | | }, |
| | | { |
| | | label: "过机时间", |
| | | label: "安检时间", |
| | | prop: "dateTime", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd HH:mm:ss", |
| | |
| | | proxy: { |
| | | '/api': { |
| | | //本地服务接口地址 |
| | | //target: 'http://localhost:82/', |
| | | target: 'https://web.byisf.com:18001/api/', |
| | | target: 'http://localhost:82/', |
| | | //target: 'https://web.byisf.com:18001/api/', |
| | | //远程演示服务地址,可用于直接启动项目 |
| | | //target: 'https://saber.bladex.vip/api', |
| | | ws: true, |