Browse Source

20250427

master
qiezi 9 months ago
parent
commit
20bd52d1aa
  1. 47
      src/views/modules/board/VulcanizationDispatchOrder.vue
  2. 3
      src/views/modules/print/print_outBox_label.js

47
src/views/modules/board/VulcanizationDispatchOrder.vue

@ -5,7 +5,7 @@ export default {
name: 'vulcanizationDispatchOrder', name: 'vulcanizationDispatchOrder',
data(){ data(){
return{ return{
setTimeoutDelay: 60*1000*60,
setTimeoutDelay: 30*1000,
refreshTool: null, refreshTool: null,
dataList:[], dataList:[],
queryParams:{ queryParams:{
@ -47,7 +47,8 @@ export default {
serialNumber: null, serialNumber: null,
columnType: null, columnType: null,
align: 'left' align: 'left'
}, {
},
{
tableId: "vulcanizationTable", tableId: "vulcanizationTable",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "orderNo", columnProp: "orderNo",
@ -81,7 +82,8 @@ export default {
serialNumber: null, serialNumber: null,
columnType: null, columnType: null,
align: 'left' align: 'left'
},{
},
{
tableId: "vulcanizationTable", tableId: "vulcanizationTable",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "partSpec", columnProp: "partSpec",
@ -116,7 +118,26 @@ export default {
serialNumber: null, serialNumber: null,
columnType: null, columnType: null,
align: 'right' align: 'right'
},{
},
{
tableId: "vulcanizationTable",
tableName: this.$route.meta.title,
columnProp: "qtyRequired",
columnLabel: "需求数量",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 70,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},
{
tableId: "vulcanizationTable", tableId: "vulcanizationTable",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "qtyApprove", columnProp: "qtyApprove",
@ -188,6 +209,24 @@ export default {
columnType: null, columnType: null,
align: 'center' align: 'center'
}, },
{
tableId: "vulcanizationTable",
tableName: this.$route.meta.title,
columnProp: "lastReportTimeDepartment",
columnLabel: "最后报工工序",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 130,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'center'
},
{ {
tableId: "vulcanizationTable", tableId: "vulcanizationTable",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,

3
src/views/modules/print/print_outBox_label.js

@ -104,6 +104,9 @@ export function printOutBoxLabel(printList) {
LODOP.ADD_PRINT_TEXT(45,60,173,20,printData.receiveDate); LODOP.ADD_PRINT_TEXT(45,60,173,20,printData.receiveDate);
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial");
LODOP.SET_PRINT_STYLEA(0,"Bold",1); LODOP.SET_PRINT_STYLEA(0,"Bold",1);
LODOP.ADD_PRINT_TEXT(45,255,173,20,printData.keyInfoStr2);
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial");
LODOP.SET_PRINT_STYLEA(0,"Bold",1);
LODOP.ADD_PRINT_TEXT(67,253,76,25,printData.partRevNo); LODOP.ADD_PRINT_TEXT(67,253,76,25,printData.partRevNo);
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial");
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); LODOP.SET_PRINT_STYLEA(0,"FontSize",12);

Loading…
Cancel
Save