diff --git a/fe/PC/src/components/importFile/index.vue b/fe/PC/src/components/importFile/index.vue
index 8d08d5d83..8333a9fa5 100644
--- a/fe/PC/src/components/importFile/index.vue
+++ b/fe/PC/src/components/importFile/index.vue
@@ -20,7 +20,7 @@
>获取模板
-
+
{
diff --git a/fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue b/fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue
index 277315047..5fef326f8 100644
--- a/fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue
+++ b/fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue
@@ -94,8 +94,8 @@ export default {
fromLot:'toLot'
}
}
- // todo:打印单据更改
// let _data = initPrintAllData(this.tableDataDetails,'fsctl.rdlx',false,_option);
+ // todo:打印单据更改
let _data = initPrintAllData(this.tableDataDetails,'xbctl.rdlx',false,_option);
this.Print(_data)
}
diff --git a/fe/PC/src/views/inventoryManage/lineSideWarehouseAllocation/lineSideWarehouseAllocationNote.vue b/fe/PC/src/views/inventoryManage/lineSideWarehouseAllocation/lineSideWarehouseAllocationNote.vue
index e3e9f041e..48397e42e 100644
--- a/fe/PC/src/views/inventoryManage/lineSideWarehouseAllocation/lineSideWarehouseAllocationNote.vue
+++ b/fe/PC/src/views/inventoryManage/lineSideWarehouseAllocation/lineSideWarehouseAllocationNote.vue
@@ -102,7 +102,7 @@ export default {
//抽屉常用按钮
drawerbutton (val) {
if(val == 'print'){
- // todo:打印单据更改
+ // todo:打印单据更改(单据需要提供)
// let data = initPrintAllData(this.tableDataDetails,'cwdbd.rdlx');
let data = initPrintAllData(this.tableDataDetails,'lineSideWarehouse.rdlx');
this.Print(data)
diff --git a/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue b/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue
index ca857cbb6..6132294c3 100644
--- a/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue
+++ b/fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue
@@ -69,7 +69,6 @@ export default {
this.defaultFreshBtn(),//刷新
this.defaultFilterBtn(),//筛选
],
- // todo:打印单据更改
DrawerButtonData: [
{
type: 'info',
@@ -104,7 +103,6 @@ export default {
}
}
let data = initPrintAllData(_propsData,'tzd.rdlx','AdjustmentReason',_option);
- // let data = initPrintAllData(this.tableDataDetails,'tzd.rdlx','AdjustmentReason');
this.Print(data)
}
},