|
|
@ -153,9 +153,11 @@ |
|
|
|
</BasicForm> |
|
|
|
|
|
|
|
<!-- 标签打印 --> |
|
|
|
<SearchTable style="width:905px" ref="searchTableRef" @searchTableSuccess="searchTableSuccess1" /> |
|
|
|
|
|
|
|
|
|
|
|
<SearchTable style="width:905px" ref="searchTableRef" @searchTableSuccess="searchTableSuccess1" > |
|
|
|
<!-- <template #actions> |
|
|
|
<el-button type="primary" @click="printAllClick">打印全部</el-button> |
|
|
|
</template> --> |
|
|
|
</SearchTable> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script setup lang="ts"> |
|
|
@ -823,6 +825,11 @@ const labelPrint = async (row) => { |
|
|
|
searchTableRef.value.openData(t('ts.标签信息'),tableObjectPrint,{tableColumns},true) |
|
|
|
} |
|
|
|
|
|
|
|
// 打印全部 |
|
|
|
const printAllClick = ()=>{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// 批量打印--供应商发货申请 |
|
|
|
const searchTableSuccess1 = async (formField, searchField, val, formRef, type, row) => { |
|
|
|
console.log('批量打印',val) |
|
|
|