diff --git a/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue b/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue index ddec8de..e451265 100644 --- a/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue +++ b/src/views/modules/purchasingManagement/searchSAPPurchaseOrder.vue @@ -28,7 +28,8 @@ - {{buttons.search}} + {{ buttons.search }} + - {{buttons.addRoll}} + {{ buttons.addRoll }} - {{scope.row[item.columnProp]}} + {{ scope.row[item.columnProp] }} @@ -89,7 +90,9 @@ - {{buttons.addRoll}} + + {{ buttons.addRoll }} + @@ -100,7 +103,9 @@ - {{buttons.close}} + + {{ buttons.close }} + @@ -114,7 +119,8 @@ - {{buttons.supplierBatchIn}} + {{ buttons.supplierBatchIn }} + @@ -143,21 +149,21 @@ - - {{buttons.insert}} + + {{ buttons.insert }} - - {{labels.customerID}} - + + {{ labels.customerID }} + - - {{labels.fGPartNo}} - + + {{ labels.fGPartNo }} + @@ -171,76 +177,76 @@ - + - - - - - - {{scope.row[item.columnProp]}} - - - - - - {{labels.deleteRoll}} - - - - - {{labels.sumQty}} - - {{labels.allQty}} - - - - - - - - {{scope.row[item.columnProp]}} - - - - - - + + + + + + {{ scope.row[item.columnProp] }} + + + + + + {{ labels.deleteRoll }} + + + + + {{ labels.sumQty }} + + {{ labels.allQty }} + + + + + + + + {{ scope.row[item.columnProp] }} + + + + + + @@ -263,9 +269,9 @@ - {{labels.sumQty}} + {{ labels.sumQty }} - {{labels.allQty}} + {{ labels.allQty }} @@ -276,15 +282,17 @@ - + - {{buttons.save}} - {{buttons.close}} + {{ buttons.save }} + + {{ buttons.close }} @@ -295,1095 +303,1055 @@ - + -