diff --git a/src/views/modules/print/print_transNo_label.js b/src/views/modules/print/print_transNo_label.js
index 866357b..1ae8fbe 100644
--- a/src/views/modules/print/print_transNo_label.js
+++ b/src/views/modules/print/print_transNo_label.js
@@ -166,10 +166,9 @@ export function printTransNoLabel(printList) {
else if(printData.type=='reportData'){
LODOP.NewPage();
LODOP.SET_PRINT_PAGESIZE(0,1000,700,"");
- // LODOP.ADD_PRINT_TEXT(95,208,173,46,'合格');
- // LODOP.SET_PRINT_STYLEA(0,"FontSize",30);
- // LODOP.SET_PRINT_STYLEA(0,"Alignment",2);
- // LODOP.SET_PRINT_STYLEA(0,"Bold",1);
+ LODOP.ADD_PRINT_TEXT(42,242,135,137,"备注:"+printData.remark);
+ LODOP.SET_PRINT_STYLEA(0,"FontSize",10);
+ LODOP.SET_PRINT_STYLEA(0,"Bold",1);
LODOP.ADD_PRINT_TEXT(88,8,108,25,"Part:");
LODOP.SET_PRINT_STYLEA(0,"FontSize",10);
LODOP.SET_PRINT_STYLEA(0,"Bold",1);
@@ -295,9 +294,9 @@ export function printTransNoLabel(printList) {
LODOP.SET_PRINT_STYLEA(0,"Bold",1);
}
}
- // LODOP.PRINT_DESIGN();
+ LODOP.PRINT_DESIGN();
// LODOP.PREVIEW();
- LODOP.PRINT();
+ // LODOP.PRINT();
console.log("操作成功!")
}
}
diff --git a/src/views/modules/production/liuhuaProductView.vue b/src/views/modules/production/liuhuaProductView.vue
index cee266a..5df940f 100644
--- a/src/views/modules/production/liuhuaProductView.vue
+++ b/src/views/modules/production/liuhuaProductView.vue
@@ -194,12 +194,12 @@
}, {
tableId: "liuhuaView",
tableName: this.$route.meta.title,
- columnProp: "firstReportDate",
+ columnProp: "firstReportDate2",
columnLabel: "首次报工日期",
columnHidden: false,
columnImage: false,
columnSortable: false,
- columnWidth: 70,
+ columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
@@ -207,7 +207,7 @@
fixed: '',
serialNumber: null,
columnType: null,
- align: 'left'
+ align: 'center'
}, {
tableId: "liuhuaView",
tableName: this.$route.meta.title,
@@ -348,7 +348,7 @@
tableId: "liuhuaView",
tableName: this.$route.meta.title,
columnProp: "liuhuahegelv",
- columnLabel: "总完成率",
+ columnLabel: "硫化合格率",
columnHidden: false,
columnImage: false,
columnSortable: false,
diff --git a/src/views/modules/query/hlQuery.vue b/src/views/modules/query/hlQuery.vue
index 0e4e7b3..af1cd01 100644
--- a/src/views/modules/query/hlQuery.vue
+++ b/src/views/modules/query/hlQuery.vue
@@ -5,6 +5,9 @@
+
+
+
物料编码
@@ -273,6 +276,7 @@
searchData: {
page: 1,
limit: 20,
+ orderRef1:'',
taskNo:'',
partNo:'',
startDate:'',
@@ -467,14 +471,14 @@
columnProp: "qtyOnHand",
headerAlign: "center",
align: "right",
- columnLabel: "库存数量",
+ columnLabel: "本订单库存数量",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 110
},{
userId: this.$store.state.user.name,
functionId: 200001,