| | |
| | | </el-tab-pane> |
| | | <el-tab-pane label="条码信息" name="tiaoma"> |
| | | <el-table :data="editTmData" style="width: 100%" height="480" width="100%" ref="tbzbTable" |
| | | @selection-change="handleTableWlxxZbEdit" :row-class-name="tiaomaZbIndex" border> |
| | | @selection-change="handleTableWlxxZbEdit" :row-class-name="tiaomaZbIndex" border v-if="editTmData.length>0"> |
| | | <el-table-column align="center" label="序号" type="index" width="80" fixed /> |
| | | <template v-for="(item, index) in tmBtList"> |
| | | <el-table-column align="center" :prop="item.field" :label="item.title" :width="item.width" |
| | |
| | | </el-tab-pane> |
| | | <el-tab-pane label="档案列表" name="dangan"> |
| | | <el-table :data="editDaData" style="width: 100%" height="480" width="100%" ref="dazbTable" |
| | | @selection-change="handleTableDangan" :row-class-name="danganZbIndex" border> |
| | | @selection-change="handleTableDangan" :row-class-name="danganZbIndex" border v-if="editDaData.length>0"> |
| | | <el-table-column type="selection" width="55" align="center" /> |
| | | <el-table-column align="center" label="序号" type="index" width="80" fixed /> |
| | | <template v-for="(item, index) in daBtList"> |
| | |
| | | </el-tabs> |
| | | </el-form> |
| | | <!-- 部门弹窗 --> |
| | | <el-dialog :title="dialogTitle" :visible.sync="openData" width="1280px" append-to-body> |
| | | <el-dialog :title="dialogTitle" :visible.sync="openData" width="1280px" append-to-body @close="closeBill"> |
| | | <HSourceReportHtml @deptEmitDb="dbEmitData" @deptEmit="emitData" :openPage="HModName" |
| | | :HOrgID='this.form.HOrgID' :HSouceBillType="HSouceBillType" v-if="ScICMOBillShow" /> |
| | | <div slot="footer" class="dialog-footer"> |
| | |
| | | this.getdata() |
| | | }, |
| | | methods: { |
| | | closeBill(){ |
| | | this.ScICMOBillShow=false |
| | | }, |
| | | get_PrintReport() { |
| | | if (this.danganSelList.length == 0) { |
| | | this.$modal.msgError("请选择数据"); |