| | |
| | | v-loading="dataListLoading" |
| | | element-loading-text="加载中..." |
| | | element-loading-spinner="el-icon-loading" |
| | | :expand-row-keys="expandRowKeys" |
| | | > |
| | | <!--多选择框--> |
| | | <el-table-column |
| | |
| | | column: { |
| | | type: Object, |
| | | default: null |
| | | }, |
| | | expandRowKeys: { |
| | | type: Array, |
| | | default: ()=>[] |
| | | } |
| | | }, |
| | | render: (h, data) => { |
| | |
| | | :toolbarMaxLength="4" |
| | | :paramArr="type" |
| | | ref="customerOrderTable" |
| | | :expandRowKeys="expandRowKeys" |
| | | > |
| | | <template #toolbar> |
| | | <el-dropdown |
| | |
| | | selectTime: null, |
| | | exportTime: null, |
| | | }, |
| | | expandRowKeys: [], |
| | | dataRule: { |
| | | exportTime: [ |
| | | { required: true, message: '导出日期不能为空', trigger: 'change' }, |
| | |
| | | this.$refs.addSampleForm.init(row ? row.contractNo : null) |
| | | }) |
| | | } |
| | | this.expandRowKeys=[row.id] |
| | | }, |
| | | // 新增样品订单 |
| | | addSampleCustomerOrder() { |
| | |
| | | |
| | | |
| | | // const url = 'https://ztms-mes.chinaztt.cn/' |
| | | // const url = 'http://localhost:9999' |
| | | const url = 'http://localhost:9999' |
| | | // const url = 'http://192.168.32.45:9999' |
| | | const url = 'http://10.20.102.90:9999' |
| | | |
| | | |
| | | const localUrl = 'http://localhost:8089' |