Browse Source

Merge remote-tracking branch 'origin/master'

master
qiezi 1 year ago
parent
commit
662b9512b3
  1. 11
      src/views/modules/print/print_transNo_label.js
  2. 8
      src/views/modules/production/liuhuaProductView.vue
  3. 8
      src/views/modules/query/hlQuery.vue

11
src/views/modules/print/print_transNo_label.js

@ -166,10 +166,9 @@ export function printTransNoLabel(printList) {
else if(printData.type=='reportData'){ else if(printData.type=='reportData'){
LODOP.NewPage(); LODOP.NewPage();
LODOP.SET_PRINT_PAGESIZE(0,1000,700,""); 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.ADD_PRINT_TEXT(88,8,108,25,"Part:");
LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.SET_PRINT_STYLEA(0,"FontSize",10);
LODOP.SET_PRINT_STYLEA(0,"Bold",1); LODOP.SET_PRINT_STYLEA(0,"Bold",1);
@ -295,9 +294,9 @@ export function printTransNoLabel(printList) {
LODOP.SET_PRINT_STYLEA(0,"Bold",1); LODOP.SET_PRINT_STYLEA(0,"Bold",1);
} }
} }
// LODOP.PRINT_DESIGN();
LODOP.PRINT_DESIGN();
// LODOP.PREVIEW(); // LODOP.PREVIEW();
LODOP.PRINT();
// LODOP.PRINT();
console.log("操作成功!") console.log("操作成功!")
} }
} }

8
src/views/modules/production/liuhuaProductView.vue

@ -194,12 +194,12 @@
}, { }, {
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "firstReportDate",
columnProp: "firstReportDate2",
columnLabel: "首次报工日期", columnLabel: "首次报工日期",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
columnWidth: 70,
columnWidth: 80,
format: null, format: null,
functionId: this.$route.meta.menuId, functionId: this.$route.meta.menuId,
sortLv: 0, sortLv: 0,
@ -207,7 +207,7 @@
fixed: '', fixed: '',
serialNumber: null, serialNumber: null,
columnType: null, columnType: null,
align: 'left'
align: 'center'
}, { }, {
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
@ -348,7 +348,7 @@
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "liuhuahegelv", columnProp: "liuhuahegelv",
columnLabel: "总完成率",
columnLabel: "硫化合格率",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,

8
src/views/modules/query/hlQuery.vue

@ -5,6 +5,9 @@
<el-form-item :label="'混炼任务单号:'"> <el-form-item :label="'混炼任务单号:'">
<el-input v-model="searchData.taskNo" style="width: 120px"></el-input> <el-input v-model="searchData.taskNo" style="width: 120px"></el-input>
</el-form-item > </el-form-item >
<el-form-item :label="'合并订单号:'">
<el-input v-model="searchData.orderRef1" style="width: 120px"></el-input>
</el-form-item >
<el-form-item > <el-form-item >
<span slot="label" style="" @click="getBaseList(5)"><a herf="#">物料编码</a></span> <span slot="label" style="" @click="getBaseList(5)"><a herf="#">物料编码</a></span>
<el-input v-model="searchData.partNo" style="width: 120px"></el-input> <el-input v-model="searchData.partNo" style="width: 120px"></el-input>
@ -273,6 +276,7 @@
searchData: { searchData: {
page: 1, page: 1,
limit: 20, limit: 20,
orderRef1:'',
taskNo:'', taskNo:'',
partNo:'', partNo:'',
startDate:'', startDate:'',
@ -467,14 +471,14 @@
columnProp: "qtyOnHand", columnProp: "qtyOnHand",
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: "库存数量",
columnLabel: "本订单库存数量",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80
columnWidth: 110
},{ },{
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 200001, functionId: 200001,

Loading…
Cancel
Save