|
|
|
@ -770,8 +770,10 @@ export default {
|
|
|
|
|
this.printDialogVisible = true;
|
|
|
|
|
this.newWorkerLoading = true // 设置加载状态为true,表示正在加载
|
|
|
|
|
this.refreshNewWorkerTable = false // 先将refreshProTable设置为false,隐藏表格
|
|
|
|
|
let queryParams = {
|
|
|
|
|
produceCode: this.outorderList[0].produceCode
|
|
|
|
|
// 根据选中的 IDs 获取数据
|
|
|
|
|
const selectedIds = this.ids; // 获取选中的 ID
|
|
|
|
|
let queryParams = {
|
|
|
|
|
produceCode: selectedIds // 根据选中的数据获取多个工单号,可以根据需要调整
|
|
|
|
|
};
|
|
|
|
|
listReturnDY(queryParams).then(response => {
|
|
|
|
|
this.showWorkorderCode = true;
|
|
|
|
|