| | |
| | | <el-button type="primary" :disabled="!disabled" @click="Cancellation" |
| | | >撤销合并</el-button |
| | | > |
| | | <el-button type="primary" @click="Confirmreceipt" :disabled="!selectList.length">采样打码</el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="Confirmreceipt" |
| | | :disabled="!selectList.length" |
| | | >采样打码</el-button |
| | | > |
| | | </el-col> |
| | | <el-col |
| | | :span="12" |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | <div style="width: 50%" v-if="this.rightTabShow"> |
| | | <div style="width: 50%"> |
| | | <!-- v-if="this.rightTabShow" --> |
| | | <el-table |
| | | |
| | | v-loading="loading" |
| | | :data="tableList" |
| | | @selection-change="handleChange" |
| | |
| | | form: {}, |
| | | // 表单校验 |
| | | rules: {}, |
| | | rightTabShow: false |
| | | // rightTabShow: false |
| | | }; |
| | | }, |
| | | created() { |
| | |
| | | getTxmmccd().then((res) => { |
| | | this.msg = Number(res.msg); |
| | | console.log(res,444); |
| | | |
| | | }); |
| | | this.getdate(); |
| | | }, |
| | |
| | | this.$nextTick(() => { |
| | | this.$refs.inputName.focus(); |
| | | }); |
| | | |
| | | }, |
| | | computed: { |
| | | disabled() { |
| | |
| | | this.$refs.tb.toggleRowSelection(this.samplingList[0], true); |
| | | // this.fetchData(this.samplingList[0].tjNumber); |
| | | // ddddddddddddddd |
| | | this.rightTabShow = true |
| | | // this.rightTabShow = true |
| | | }); |
| | | |
| | | } |
| | | this.total = response.data.total; |
| | | this.loading1 = false; |
| | |
| | | } |
| | | .last p { |
| | | // font-weight: bold; |
| | | margin-left: 10px; |
| | | margin-left: 1px; |
| | | // font-family: "Arial Black", sans-serif !important; |
| | | } |
| | | p { |
| | | margin-left: 10px; |
| | | margin-left: 1px; |
| | | // font-weight: bold; |
| | | // font-family: "Arial Black", sans-serif !important; |
| | | } |
| | |
| | | font-family: "Arial Black", sans-serif !important; |
| | | } |
| | | .tj span { |
| | | margin-left: 10px; |
| | | margin-left: 1px; |
| | | } |
| | | } |
| | | </style> |